h1{
    text-align: center;
    background-color: blue;
    color: white;

} 

nav{
    padding:50px;
    text-align: center;
    background-color: cornflowerblue;
}
nav a{
    text-decoration: none;
    color:white;
    font-size: 30px;
    margin:20px;
    border: 2px solid lightskyblue;
    padding:20px;
    border-radius: 60px;

}
h2{
    text-align: center;
    background-color: cadetblue;
    color: midnightblue;
    border-radius: 150px;
    font-size: 25px;
}
main p{
    text-align: center;
    font-size: 20px;
    color: darkcyan;
}
h3{
    text-align:center;
    background-color:cadetblue;
    color:midnightblue;
    border-radius: 150px;
    font-size: 25px;


}
h4{
  text-align: center;
  background-color: blue;
  color:white;
  border-radius:150px;
  font-size: 25px; 
  } 
footer{
    background-color: dodgerblue;}
.contact{
    color: aqua;
}
.price{
    color: darkcyan;
}
.information{
    color: darkblue;
}
