body {
  background-color: #feefd3ff;
  font-family: "Playfair Display", serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #967879ff;
}

.menuHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.menuHeaderImage {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.title {
  font-size: 36pt;
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #27ae60;
}

.slogan {
  text-align: center;
  font-size: 14pt;
  margin: 1rem 0 3rem;
  font-style: italic;
  color: #27ae60;
  border: none;
}

.menuItem {
  margin: 2rem auto;
  padding: 0 2rem;
  width: 80%;
  max-width: 600px;
  text-align: center;
  border-bottom: 1px solid #aeb89aff;
}

.menuItem:last-child {
  border-bottom: none;
}

.menuItem a {
  font-size: 16pt;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #9d7053ff;
  text-decoration: none;
}

.menuItem a:hover {
  color: #65aea8ff;
}

.titleCard {
  margin-top: 5rem;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #cb9765ff;
}

.titleCard h1 {
  font-size: 22pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  font-weight: bold;
}

.container {
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 2rem auto;
  max-width: 800px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #fccf9eff;
}

.quarterImg {
  flex: 1;
  max-width: 25%;
  min-width: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.quarterText {
  flex: 1;
  margin-left: 5%;
}

.link {
  text-align: center;
  margin: 0.5rem 0;
}

.link a {
  color: #799363ff;
  text-decoration: none;
  font-weight: bold;
}

.link a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .container {
    flex-direction: column;
  }
}

.centerPicture {
  min-width: 150px;
  object-fit: cover;
  border-radius: 20px;
}

.centerContainer {
  margin: 2rem auto;
  padding: 0 2rem;
  width: 80%;
  max-width: 600px;
  display: flex;
  align-self: center;
  align-items: center;
}

.iconWrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.icon {
  width: 80px;
  height: 80px;
  transition: transform 0.3s ease;
}

.icon:hover {
  transform: scale(1.1);
}
