.navbar-link {
  opacity: 0.4;
  color: #000;
}
.toggle-button span {
  background: #235bf7;
}
.toggle-button:hover span {
  background: #f42557;
}
