.navbar-burger {
  display: block;
}

a.navbar-item:hover {
  background-color: var(--gray-52);
  color: var(--blue-25) !important;
}
