

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
    padding:0;
    margin:0;
    font-family: 'Poppins', monospace;
}

ul{
    list-style: none;
    background: #FFF5EE;
}

ul li{
    display: inline-block;
    position: relative;
}

ul li a {
    display: block;
    padding: 20px 25px;
    color:black;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

ul li ul.dropdown li {
     display: block;
}

ul li ul.dropdown {
    width: 100%;
    background: white;
    position: absolute;
    z-index: 999;
    display: none;
}

ul li a:hover {
    background: Mintcream;
}

ul li:hover ul.dropdown {
    display: block;
}



#grey {background-color: GhostWhite;
color:#696969;
}
#white {
  background-color: #FF7F50;
  color: white;
  text-align: middle;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#myHeader {
  background-color: #FF7F50;
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 20px;

}

#locations {
     font-size: 35px;
     text-align: center;
      color: GreenYellow;
      
}

#small{
    text-align: left;
}

#color {
    background-color: Honeydew;
}


p{
    color: grey;
}

iframe {
    width: 90%;
    height: 300px;
}

#Get{
 font-size:60px;
  font-family: 'Alatsi';font-size:65px;
   text-align: center;
   font-weight: bold;

}

#myCarousel{
      background-color: DodgerBlue;
}


#edit{
    
 font-size:40px;
  font-family: 'Alatsi';font-size:70px;
   text-align: center;
   font-weight: bold;

    }
