.eventCategory {
  font-size: 30px;
  font-family: Gaegu;
  font-weight: bold;

}

.eventsLCC {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.eventsLCC a {
  font-family: Gaegu;
  text-decoration: none;
  color: #ffc2fe;

  border-radius: 5px;
  font-weight: bold;
  font-size: 30px;
  background-color: #c68cc5;
  padding: 0px 20px;
  margin-top: -10px;

  transition: all 0.2s;
}

.eventsLCC a:hover {
  color: white;
}

.eventsGL {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}

.eventsGL a {
  font-family: Gaegu;
  text-decoration: none;
  color: #f4ff9c;

  border-radius: 5px;
  font-weight: bold;
  font-size: 30px;
  background-color: #bac667;
  padding: 0px 20px;
  margin-top: -10px;

  transition: all 0.2s;
}

.eventsGL a:hover {
  color: white;
}