
h2 {
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
  color: #2c3e50;
}

#calendar {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  padding: 15px;
  border-radius: 10px;
}

#eventList {
  max-width: 900px;
  margin: 30px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
}

.event-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.event-item:last-child {
  border-bottom: none;
}

.event-item strong {
  color: #2980b9;
}

.no-events {
  color: #999;
  text-align: center;
  margin-top: 20px;
}
