.timerBtn {
  width: 80px;
  height: 30px;
  border: 3px solid #40c437;
  border-radius: 12px;
  background-color: #333333;
  color: #40c437;
  cursor: pointer;
  font-family: consolas, monospace;
}
#timeDisplay {
  font-size: 75px;
  color: #40c437;
  font-family: consolas, monospace;
}
#timeContainer {
  text-align: center;
  border: 3px solid;
  border-radius: 25px;
  background-color: #222222;
}
