.navBar {
  background-color: #b175ee;
  border-radius: 10px;
}

.navBar a {
  font-family: Gaegu;
  font-size: 32px;
  font-weight: bold;
  color: #e1beff;

  text-decoration: none;
  padding: 0px 5px;
  transition: all 0.2s;
}

.navBar a:hover {
  color: white;
}

.navBar a.active {
  text-decoration: overline;
}