.navbar-button {
  background-color: #ec00aa !important;
  border: 1px solid #ec00aa !important;
}

.bright-blue {
  background: #b7dbff;
}
.bright-blue .schedule__time {
  color: #000;
}

.easy-peasy {
  background: #FF33cc;
}
.easy-peasy .schedule__time {
  color: #000;
}
.red {
  background: #ee0000;
  color: #ffffff
}
.red .schedule__time {
  color: #ffffff;
}
.bright-yellow {
  background: #ffff01;
}
.bright-yellow .schedule__time {
  color: #000;
}
.light-green {
  background: #cbff9a;
}
.light-green .schedule__time {
  color: #000;
}
.dark-blue {
  background: #000099;
  color: #ffffff;
}
.dark-blue .schedule__time {
  color: #000;