/* *{
    margin:0;
    padding:0;
    box-sizing: border-box;
} */
body{
    margin-top:0;
    background-image: url(./src/yellow.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size:cover;
    height: 100vh;

}
marquee{
    opacity: 0.8;
    border: 5px solid black;
    border-radius: 50px;
    margin-bottom: 5px;
    background:linear-gradient( to right,orange,blue,hotpink)
    
}
.first-logo{
    border-radius: 30px;
    padding: 0;
    margin-top:0px;
    float: left;
}
h1{
    color: navy;
    text-shadow: 2px 2px 3px navy;
    margin-left: 40%;
    font-style: italic;
    font-size: 43px;
}
span{
    color: orangered;
    text-shadow: 2px 2px 3px orangered,2px 2px 1px black;
}
nav{
    widows: 900px;
    border: 2px solid black;
    border-radius: 15px;
    padding: 15px;
    margin-left:650px;
    background:linear-gradient(to top,#009fff,#ec2f4b);
    margin-bottom: 10px;


}
nav a{
    margin:20px;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 2px white;

}
i{
    margin-left: 0;
    color:white;
}
a:hover{
    background-color: black;
    height: 30px;
    width: 40px;
    padding: 10px;
    border-radius:8px;
}
.front-imgs{
    float: left;
}

/* poster images code start here */
.poster{
    width:330px;
    height: 250px;
    border:2px solid black;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 23px;
    box-shadow: 2px 2px 4px black;
}
.poster:hover{
    transform: translateY(-50px);
}
.poster1{
    width:330px;
    height: 250px;
    border:2px solid black;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 23px;
    box-shadow: 2px 2px 4px black;


}
.poster1:hover{
    transform: translateY(-50px);
}
.poster2{
    width:330px;
    height: 250px;
    border:2px solid white;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 23px;
    box-shadow: 2px 2px 4px black;


}
.poster2:hover{
    transform: translateY(50px);
}
.poster3{
    width:330px;
    height: 250px;
    border:2px solid black;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 23px;
    box-shadow: 2px 2px 4px black;


}
.poster3:hover{
    transform: translateY(50px);
}

/* poster code end here */


h2{
    color: white;
    text-shadow: 2px 2px 4px black;
}
/* form{
    border: 2px solid black;
    border-radius: 30px;
    width: 500px;
} */
fieldset{
    width:500px;
    height: auto;
    border-radius: 50px;
    box-shadow: 3px 3px 5px black,inset 3px 3px 5px black;
    float: right;
    margin-right: 50px;
}
legend{
    color: black;
    background-color:white;
    height:30px;
    border-radius: 20px;
    line-height: 30px;
    border:2px solid black;
    box-shadow: 2px 2px 4px black;

}
label{
    margin-left: 70px;
}
.fname{
    margin-left: 50px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    outline: none;
    box-shadow: 2px 2px 2px black;
}
.sname{
    margin-left: 30px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    outline: none;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.email{
    margin-left: 75px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.pass{
    margin-left: 61px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.date{
    margin-left:112px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.number{
    margin-left:20px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.time{
    margin-left:107px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.url{
    margin-left:60px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.range{
    margin-left:40px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.color{
    margin-left:80px;
    margin-top:10px;
    height: 25px;
    width: 100px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.file{
    margin-left:55px;
    margin-top:10px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.radio{
    margin-left:153px;
    margin-top:0px;
    height: 25px;
    width: 200px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;
}
.checkbox{
    margin-left: 110px;
    margin-top:10px;
    border:1px solid black;
    width: 300px;
    text-align: center;
    border-radius: 8px;
    
    border-radius: 15px;
    box-shadow: 2px 2px 2px black;

}
.submit{
    margin-left: 40%;
    margin-top: 20px;
    border-radius: 11px;
    width: 95px;
    height: 45px;
    background-color: yellow;
    font-size: 19px;
}
iframe{
    margin-top: 15px;
    
}
pre{
    width:550px;
    border:2px solid black;
    border-radius: 20px;
    font-size:34px;
    position: absolute;
    top:920px;
    left:750px;
    overflow: auto;
}
article .web-world{
    width: 350px;
    height: 230px;
    margin-top: 20px;
    margin-left:170px;
}
article p{
    width: 690px;
    padding: 15px;
    text-align: justify;
    margin-top: 10px;
    text-decoration: none;
}
strong h2{
    margin-top: 30px;
    color: red;
    text-align: center;
}
.pappa{
    width: 730px;
    border: 3px solid black;
    border-radius: 35px;
    box-shadow: 2px 2px 4px black;
}
table{
    box-shadow: 2px 2px 4px black;
    margin-top: 19px;
    color: white;
    margin-left: 770px;
    width: 550px;
    font-size: larger;
    position: absolute;
    top: 1400px;
}
figure{
    display: inline-block;
    color: white;
    text-align: center;
    border: 10px solid;
    border-radius: 20px;
    box-shadow: 2px 2px 4px black;
}
figcaption{
    background-color: blue;
    
    
}
footer{
    border: 3px solid black;
    text-align: center;
}

