.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: font-size 0.3s;
}

.navBar a:hover {
  color: white;
  font-size: 30px;
}

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