.season-greeting {
  text-align: center;
  margin: 30px 0;
  padding: 25px;
  background: linear-gradient(135deg, #fdf6e3, #fff);
  border: 3px solid #d4af37;
  border-radius: 12px;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
}

.season-greeting h1 {
  color: #006400;
  margin-bottom: 15px;
  font-size: 2em;
}

.season-greeting p {
  font-size: 1.2em;
  line-height: 1.6;
  color: #444;
}
