/* Events Styling */

.events-section {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}



.event-item.past-event {
  text-decoration: line-through;
}
.event-item:hover {
  font-style: italic;
}
