h3   {
  color: #24bbf2;
}


li a:hover:not(.active) {
  background-color: #2a84b5;
}

.active {
  background-color: #2a84b5;
}

