*{
    margin:0;
    padding:0; 
    font-family: Amatic SC;
}










.background{
    height: 100vh;
    background-image: url(2.jpg);
    background-position: center;
    background-size:cover;
    overflow-x:hidden;
    position:relative;
}










.nav-bar{
    display: flex;
    padding:5 5px;
    margin-top: 50px;

}

.nav-links{
    flex: 1;
}

.nav-links ul{
    margin-left: 20px;
   
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 15px;
}

    .nav-links ul a{
    color:#0c0702;
    text-decoration:none;
    font-size:20px;
    background-color: rgb(250, 196, 162);
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    font-family: Amatic SC;
    
}
.nav-links ul li::after{
    content:'';
    width:0;
    height: 5px;
    background:rgb(211, 236, 214);
    display:block;
    margin:auto;
    transition: .3s;
}

.nav-links ul li:hover::after{
    width: 100%;

}

.btn{
    padding: 10px 15px;
    border: 0;
    background-color: yellow;
    font-weight: bold;
    cursor: pointer;
    font-size: large;
    margin-right: 100px;
    font-family: Amatic SC;
}

.nav-links .btn{
    float:right;
    border-radius: 8px;
    margin-right: 50px;
    font-family: Amatic SC;
}















.banner-title{
    color:black;
    font-size: x-large;
    text-align: center;
    text-align: center; 
    text-decoration: wavy;
    background-color: rgb(211, 236, 214,0.8);
    margin-right: 30px;
    margin-left: 30px;
    padding: 50px;
    border-radius: 200px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0px;
    margin-bottom: 30px;
   
    

}
.banner-title h1{
    font-size: 75px;
    color: black;
    
    
    
    
}


.btn{
    font-size: large;
    border-radius: 10px;
    position: relative;
    margin-right:-5px;
    margin-bottom: 30px;

}













.footer{
    align-items: center;
    text-align: center;
    background-color:  rgb(211, 236, 214,0.8);
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.footer-logo img{
    width: 200px;
    position: relative;  
    margin-bottom: 0px;
    padding:20px;
    padding-top:40px;
    
}
.a{
    padding-bottom: 20px;
    font-size: small;
}
