body {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: 'Spartan', sans-serif;
  background-color: rgb(158, 97, 97);
}
h1 {
  font-family: 'Orbitron', sans-serif;
  color: beige;
}

h2 {
  font-family: 'Orbitron', sans-serif;
  color: beige;
}

.game-over,
.game-won {
  display: none;
  position: absolute;
  top: 600px;
  height: 550px;
  width: 50%;
  margin-left: 25%;
  text-align: center;
  margin-right: 25%;
}

.game-start {
  display: none;
  justify-content: flex-start;
  position: absolute;
  top: 70%;
  font-size: 1.5rem;
  color: white;
}
