@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Ubuntu:wght@300&family=Yellowtail&display=swap');

.container1{
   
    background-color: rgb(175, 223, 233);
    width: 100%
    
}

.navopt li a{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Yellowtail', cursive;
    color:rgb(255, 255, 255) ;
   
    
    margin-right: 90px;
    font-size: 30px;
    display: inline-block;
    float: left;
    text-decoration: none;
    overflow: hidden;
}

.bgnav{
    background-color: rgb(82, 73, 90);
    border-top: 5px solid rgb(241, 161, 255);
    border-bottom: 2.5px solid rgb(255, 255, 255);
   
}


li a {
    display: inline-;
    color: white;
    text-align: center;
  
    text-decoration: none;
    margin: auto;
    border: solid 2px black solid;
  }
li{
    display: inline;
    color: black;
    margin-top: 0;

}

.navopt li a{
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    border: 3px rgb(255, 255, 255) solid;
    background-color: rgb(48, 48, 48);
    color: rgb(255, 255, 255);
 
}


li a:hover{
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 13px;
    border: 3px rgb(0, 0, 0) solid;
    background-color: rgb(243, 243, 243);
    color:  rgb(73, 0, 128);
    font-weight: bolder;
     
    
}

.bg-dark{
    background-color: black;
}

#contact{
    margin-right: 580px;
}




  .logodiv{
      width: 100 px;
      margin-left: 12px;
      height: 80px;
      
  }

.logo{
    align-items: left;
    width: 90px;
    margin-top: 10px;
    margin-bottom: 15px;

}


