html {
  overflow: hidden;
  background-color: black;
}

#Frame {
  overflow: hidden;
  top: 0;
  margin-left: 2px;
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: black;
  display: none;
}
#loader {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: black;
  color: white;
  z-index: 10;
  display: flex;
  font-size: x-large;
}
#start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50;
}
#prompt {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50;
  text-align: center;
}
#start:hover {
  color: blue;
}

#first::first-letter {
  color: greenyellow;
  font-size: 200%;
}
#highscore {
  position: absolute;
  height: 70px;
  display: flex;
  align-items: center;
  width: 200px;
  bottom: 0%;
  left: 3%;
  font-family: "Jersey 20";
  font-size: x-large;
  float: left;
  color: white;
  z-index: 10;
}
#instructions {
  font-size: 60%;
  color: white;
}
#score {
  display: none;
  position: absolute;
  height: 70px;
  display: flex;
  align-items: center;
  width: 200px;
  bottom: 0%;
  right: 0%;
  font-family: "Jersey 20";
  font-size: x-large;
  float: left;
  color: black;
  z-index: 10;
}
#hearts {
  position: absolute;
  background-color: black;
  width: 110%;
  transform: translate(-40%, 430%);
  scale: 10%;
  bottom: 0%;
}
#gameOver {
  display: none;
  font-size: xxx-large;
  padding: 7px 0;
  color: white;
  margin: auto;
  width: 15%;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  margin-top: 40vh;
}
#gameOver:hover span {
  display: none;
}

#gameOver:hover:before {
  color: blue;
  content: "Play Again";
  transform: translate(-50%);
}
#EndScore {
  display: none;
  font-size: x-large;
  padding: 7px 0;
  color: white;
  margin: auto;
  width: 15%;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  margin-top: 0vh;
  z-index: 10;
  height: 40px;
}
#onlyDesk {
  display: none;
  font-size: x-large;
  color: white;
  width: 15%;
  text-align: center;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  margin-top: 80%;
}
