h1{
  font-family: 'Sacramento', cursive;
  text-align: center;
  font-style: oblique;
  font-size: 150px;
  color: black;
  text-decoration: underline;
}

h2{
text-align: center;
font-size: 50px;
font-family:'Montserrat';
text-decoration: underline;
font-size: 30px;

}

p{
  font-size: 20px;
  font-family: Montserrat;
}

h3{
  display: inline-block;
  font-size: 60px;
  text-decoration: underline;
  font-family:'Montserrat';
}

h4{
  font-size: 35px;
  font-family:'Montserrat';
  display:inline-block;
}

#letters{
  text-decoration: underline;
  display:inline-block;
}

p{
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

a{
  text-decoration: none;
}

a:link{
  color: hotpink;
}

a:visited{
  color: hotpink;
}

a:hover{
  color: pink;
}


h5{
text-align: center;
font-size: 45px;
font-family:'Montserrat';
}

body{
  background-color:#F0E68C;
}


img{
  display: block;
  margin-left:auto;
  margin-right: auto;

}

footer{
  display: block;
  margin-top: 0%;
  float: left;
}



#dinner{
  width: 30%;
  height:0%;
  display: inline-block;
  float: left;
  margin-right: 400px;
}
#dinner img {
  height: 300px;
}

#dessert{
  height: 0%;
  width:30%;
  display: inline-block;
  float: left;
  margin-bottom: 50px;
}
#dessert img {
  height: 300px;
}
