div#cooking-buttons-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #93e0e3;
  border-radius: 8px;
  margin-bottom: 20px;
}
div.cooking-buttons button {
  padding: 8px 15px;
  font-size: 1.1em;
  border-radius: 5px;
  cursor: pointer;
}
div#cooking-buttons-start button {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  margin-bottom: 20px;
}
#cooking-timer-display {
  font-size: 1.2em;
  font-weight: bold;
}
ol.cooking-mode-active {
  list-style-type: none;
  padding-left: 0;
}
div.cooking-buttons button {
  background-color: #93e0e3;
  color: 121212;
}
.count-down-timer.active {
  color: #93e0e3;
}
