*{
    margin:0;
    padding:0;
}

.main{
    width:100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%), url(page.jpg);
    background-position: center;
    background-size: cover;
    height: 109vh;
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float:left;
    height: 70px;
}

.logo{
    color:darkolivegreen;
    font-size: 35px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 20px;
    float:left;
    padding-top: 10px;
}

.menu{
    width: 400px;
    float: left;
    height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color:blanchedalmond;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    transition: 0.4s ease-in-out;

}

ul li a:hover{
     color: darkolivegreen;
}

.search{
    width: 330px;
    float: left;
    margin-left:270px;
}

.srch{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid blanchedalmond;
    margin-top: 13px;
    color:cornsilk;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background: darkolivegreen;
    border: 2px solid darkolivegreen;
    margin-top: 13px;
    color:cornsilk;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn:focus{
    outline:none;
}

.srch:focus{
    outline:none;
}

.content{
    width: 1200px;
    height: auto;
    margin: auto;
    color:cornsilk;
    font-family:'Times New Roman', Times, serif;
    position: relative;
}

.content .par{
    padding-left:20px;
    padding-bottom: 25px;
    font-family:'Times New Roman', Times, serif;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.content h1{
    font-family:'Times New Roman', Times, serif;
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.content .cn{
    width: 160px;
    height:40px;
    background: black;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    padding:15px;
    font-size: 18px;
    border-radius:20px;
    cursor: pointer;
    transition:.4s;
}

.content .cn a{
    text-decoration: none;
    color:cornsilk;
    transition: .3s ease;
}

.cn :hover{
    background-color: darkolivegreen;
}

.content span{
    color:black;
    font-size:60px;
}



::placeholder{
    color:white;
    font-family: Arial, Helvetica, sans-serif;
}

span{
    position: relative;
    font-family: "Lato", sans-serif;
    top:20px;
    color:cornsilk;
    display: inline-block;
    font-size: 5rem;
    text-shadow:0 1px 0 #b7b7b7, 0 2px 0 #b7b7b7, 0 3px 0 #b7b7b7,
    0 4px 0 #b7b7b7, 0 5px 0 #b7b7b7,
    6px 0 transparent, 0 7px 0 transparent
    0 8px 0 transparent, 0 9px 0 transparent, 0 10px 10px rgba(0,0,0,5);
    animation: bounce 0.4s ease infinite alternate;
}

h3 span:nth-child(2){
    animation-delay: 0.1s;
}

h3 span:nth-child(3){
    animation-delay: 0.2s;
}
h3 span:nth-child(4){
    animation-delay: 0.3s;
}
h3 span:nth-child(5){
    animation-delay: 0.4s;
}
h3 span:nth-child(6){
    animation-delay: 0.5s;
}

@keyframes bounce{
   100% {
    top:-20px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc,
    0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc,
    0 8px 0 #ccc, 0 9px 0 #ccc, 0 60px 30px rgba(0,0,0,0.3);
   } 
}





.btnn{
    width:240px;
    height:40px;
    background-color: cornsilk;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor:pointer;
    color: white;
    transition:0.4s ease;
}

.btnn:hover{
    background: white;
    color:darkolivegreen;
}

.btnn a{
    text-decoration: none;
    color:black;
    font-weight: bold;
}

.form .link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}

.form .link a{
    text-decoration: none;
    color:cornsilk;
}

.liw{
    padding-top: 15px;
    padding-bottom:10px;
    text-align: center;
}