.content__container img.website-logo {
  height: clamp(80px, 8vw, 56px);
  max-width: 180px;
  object-fit: contain;
}

.content__header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0rem;
}

.menu__image img.menu-img {
  width: clamp(
    70vw,
    70vw,
    300px
  ); /* adjusts between small phones & large screens */
  height: auto;
  object-fit: cover; /* keeps image proportions */
}

.menu__image {
  align-self: center;
  flex: 1;
}

.menu__description {
  flex: 3;
}

.yellow-text {
  color: var(--accent-gold);
  font-style: italic;
}

.menu-item {
  gap: 1rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu__description p {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: var(--small-font);
}

.menu__description {
  display: flex;
  justify-content: center;
}

.description {
  text-align: left;
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.menu__header {
  text-align: center;
}
