.highlighted {
  color: white !important;
  background-color: black !important;
}

.btn:first-child:active {
  background-color: black;
  border-color: black;
}

.fizz {
  height: 50px;
}

@media only screen and (max-width: 1400px) {
  i.fa-solid {
    display: none;
  }
}

.checklist {
  display: flex;
  gap: 10px;
}