*{
    font-family: Amatic SC;
    margin:0;
    padding:0;

}










.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 0px;
    margin-top: 50px;

}

.nav-links{
    flex: 1;
}

.nav-links ul{
    margin-left: 20px;
 
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 5px 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;
}









/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 5px; /* Some padding */ 
    border: 1px solid #bb9797; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 6px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    border-radius: 10px;
    font-size: medium;
    margin-top: 10px;
    margin-bottom: 30px;


}
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: yellow;
    color: black;
    font-size: large;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 8px;
   border-radius: 10px;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: yellow;
  }
  
  /* Add a background color and some padding around the form */
  .container {
    border-radius: 30px;
    background-color: rgb(211, 236, 214,0.8);
    padding: 30px;
    margin: 50px;

  }
  










.footer{
    align-items: center;
    text-align: center;
    background-color:  rgb(211, 236, 214,0.8);
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 50px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.footer-logo img{
    width: 180px;
    position: relative;  
    margin-bottom: 0px;
    padding:20px;
    padding-top:40px;
    
}

.a{
    padding-bottom: 20px;
    font-size: small;
}
