body {
  background-color: #f4f4f9;
  color: #333;
  font-family: 'Playfair Display', serif;
  line-height: 1.6;
  padding: 20px;
  margin: 0;
}

.main-header {
  text-align: center;
  margin-bottom: 20px;
}

.site-title {
  font-size: 3em;
  color: #b9833b;
  font-weight: 700;
}

.recipe-container {
  max-width: 900px;
  margin: 0 auto;
}

.recipe-header {
  text-align: center;
}

.main-title {
  font-size: 2.8em;
  margin-bottom: 0.5em;
  color: #4a3f35;
}

.recipe-image {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 2em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-size: 1.8em;
  color: #b9833b;
  margin-bottom: 10px;
}

.ingredients-section ul,
.tip-section ul {
  padding-left: 1.5em;
  font-size: 1.1em;
}

.ingredients-section li,
.tip-section li {
  margin-bottom: 0.8em;
}

.instructions-section ol {
  padding-left: 1.5em;
  font-size: 1.1em;
}

.instructions-section li {
  margin-bottom: 1em;
}

.footer {
  text-align: center;
  margin-top: 3.5em;
  font-size: 1em;
}

.footer-links a {
  margin: 0 12px;
  text-decoration: none;
  color: #b9833b;
  font-weight: 600;
}

.footer-links a:hover {
  text-decoration: underline;
}