
body {
  font-family: Arial, sans-serif;
  background: #fffef7;
  color: #333;
  margin: 0;
  padding: 20px;
}

h1 {
  text-align: center;
  color: #ff7043;
}

.main-img {
  display: block;
  max-width: 90%;
  margin: 20px auto;
  border-radius: 10px;
}

h2 {
  color: #fb8c00;
  margin-top: 30px;
}

.event-tile {
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  color: white;
  position: relative;
}

.event-tile h3 {
  margin-top: 0;
}

.date-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffca28;
  color: #333;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.9em;
}

.music {
  background: #f06292;
}

.food {
  background: #4db6ac;
}

.beach {
  background: #4fc3f7;
}

.art {
  background: #ba68c8;
}

p {
  margin: 6px 0 0;
}