body {
  background-color: #faf7f5;
  color: #5e1210;
}

.page {
  max-width: 481px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

/* Header */

.site-header {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.logo {
  width: 152px;
  height: 255px;
}

/* Sections */

main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Aanbod */

.aanbod ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Bestellen */

.cta-button {
  display: inline-block;
  align-self: center;
  background-color: #5e1210;
  color: #faf7f5;
  font-family: 'Space mono', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.15s ease;
  margin-top: 6px;
}

.cta-button:hover {
  opacity: 0.85;
}

/* Contact */

address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

address a {
  text-decoration: underline;
  text-underline-offset: 0.134em;
}

/* Farm image */

.farm-image {
  width: 100%;
  max-width: 246px;
  margin: 16px auto 0;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .page {
    padding: 24px 24px 40px;
  }

  .logo {
    width: 120px;
    height: auto;
  }
}
