/* .container {
  /* background-color: darkgrey; *
  height: 90px;
  width: 100%;
} */

#display {
  width: 100%;
  font-size: 75px;
  color: yellow;
  text-align: center;
  margin: 0px auto;
}

.buttons {
  /* background-color: black; */
  text-align: center;
  word-spacing: 10px;
  font-weight: bold;
  /* margin-bottom: 20px; */
}

#startStop {
  background-color: lemonchiffon;
  padding: 10px 30px;
  cursor: pointer;
}

#reset {
  background-color: lemonchiffon;
  padding: 10px 30px;
  cursor: pointer;
}
