div { 
  height: 250px;
  width: 150px;
  margin: auto; 
  padding: 20px;
  display: inline;
}

h1 {
  text-align: center;
}
body {
  background-color: #4f3130
}

h1 {
  font-family: 'Bangers', cursive;
}

h2 {
  font-family: 'Bangers', cursive;
}

h3 {
  font-family: 'Kaushan Script', cursive;
}

p {
  font-family: 'Kaushan Script', cursive;
}

h1 {
  color: #bdc2bf
}

h2 {
  color: #bdc2bf
}

h3 {
  color: #bdc2bf
}

p {
  color: #276fbf
}

h2 {
  text-align: center;
}

.specials {
 vertical-align: top; 
 
}

.food {
 vertical-align: top;
 
}

.appetizers {
  vertical-align: top;
}

.drinks {
  vertical-align: top;
}
  
.container {
  border: none;
  text-align: center;
}