html {
  height: 100%;
  width: 100%;
}

.container {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: #509550;
  border: double;
}

.play {
  position: absolute;
  background-color: #eaecea;
  border: double;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: 0;
  color: black;
  font-size: 10em;
}

.score {
  position: absolute;
  background-color: #eaecea;
  border: double;
  text-align: center;
}

.reset {
  position: absolute;
  background-color: #eaecea;
  border: double;
  text-align: center;
}

.body {
  cursor: auto;
  line-height: 1;
}

.sel {
  position: relative;
  border: double;
  width: 10%;
  left: 45%;
  background-color: #00ff59;
}

.smol {
  font-size: 0.5em;
}

.timer {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 5%;
  height: 5%;
  text-align: center;
  background-color: #e7eee7;
  border: double;
}