/* ########################
    Timer Styles
########################## */

#timer {
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}

#count {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1rem;
}

/* Timer buttons (nav tabs) */
.timers {
  background-color: transparent;
  padding: 0.75rem 1.25rem;
  margin: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  border-radius: var(--radius);
  color: inherit;
}

#timer-buttons {
  margin-left: 20%;
}
