* {
  box-sizing: inherit;
  color: white;
  margin: 0;
  padding: 0;
  font-size: 25px;
}

body {
  background-color: #212121;
}

h1 {
  text-align: center;
  font: 45px, sans-serif;
  margin-top: 30px;
}

.first {
  text-align: right;
  font: 25px, sans-serif;
  margin-top: 10px;
  margin-right: 20px;
}

.again {
  font: 30px, sans-serif;
  margin-top: -10%;
  margin-left: 1.5%;
  width: 100px;
  height: 40px;
  background-color: white;
  color: black;
  border: none;
  padding-bottom: auto;
  cursor: pointer;
}

.box {
  background: white;
  width: 130px;
  height: 120px;
  margin-left: 45%;
  margin-top: 2%;
  margin-bottom: -10.5%;
  color: black;
  font-size: 90px;
  text-align: center;
  position: absolute;
}

hr {
  height: 6px;
  margin-top: 90px;
  background-color: white;
  border: none;
}

.message {
  margin-top: 150px;
  margin-left: 15%;
  width: 130px;
  height: 70px;
  font-size: 35px;
  color: black;
  text-align: center;
  font-family: sans-serif;
  border: 2px solid white;
  padding: 10px 10px;
}

.check {
  position: absolute;
  margin-top: 280px;
  font: 30px, sans-serif;
  background-color: white;
  color: black;
  border: none;
  padding: 10px 10px;
  margin-left: -8.5%;
  cursor: pointer;
}

.guess {
  font: 30px sans-serif;
  text-align: center;
  margin-top: -10%;
  margin-left: 30%;
}

.score {
  font: 25px sans-serif;
  margin-top: 4%;
  margin-left: 58%;
}

.highscore {
  font: 25px sans-serif;
  margin-top: 1.5%;
  margin-left: 58%;
}

.again:hover {
  background-color: rgba(255, 255, 255, 0.768);
}

.check:hover {
  background-color: rgba(255, 255, 255, 0.768);
}