html {
  background-color: #dac8b5;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
}
.title {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 36pt;
  text-align: center;
  margin-bottom: 25px;
}
.menu-item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-title {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 16pt;
  text-align: center;
}
.item-content {
  font-size: 12pt;
  font-family: "EB Garamond", serif;
  font-style: italic;
  text-align: center;
}
