body {
  margin: 0;
  background-color: rgb(192, 194, 107);
  font-family: "Nova Mono", monospace;
}

.container-lg {
  background-color: rgb(192, 194, 107);
  width: 55%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background-color: rgb(192, 194, 107);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#timer-lg {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  text-align: center;
}

#timer {
  color: rgb(255, 255, 255);
  font-size: 3rem;
  text-align: center;
  width: 100%;
}

#carousel-indicator {
  min-width: 100%;
}

.label {
  font-size: 2.5rem;
  padding-left: 0.25rem;
}

#small {
  font-size: 20em !important;
  width: 100%;
}

#large {
  width: 100%;
}
