@font-face {
  font-family: Game_Over;
  src: url(GameOver1.otf);
}

#star {
  width: 15vh;
  height: 15vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #f1c40f;
  border-radius: 100%;
  box-shadow: 0 0 10px #f6d655;
}

body {
  background-color: #080825;
  overflow: hidden;
}

#meteor {
  position: absolute;
  width: 5vh;
  height: 5vh;
  background-color: #1C2021;
  border-radius: 100%;
  box-shadow: 0 0 10px #757D75;
}

#entire {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#click {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  display: none;
  border-radius: 100%;
  box-shadow: 0 0 10px white;
}

#point {
  position: absolute;
  background-color: #34495e;
  box-shadow: 0 0 10px white;
  border-radius: 100%;
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#goal {
  width: 100%;
  height: 1%;
  position: absolute;
  top: 100%;
  background-color: #E91818;
  box-shadow: 0 0 40px #E91818;
}

#gameOver {
  display: none;
  height: 10vh;
  width: 90vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 1vh 1vh 4vh 1vh;
  text-align: center;
  font-size: 10vh;
  font-family: Game_Over;
  color: white;
  border-color: white;
  border-style: solid;
}

#playAgain {
  font-size: 5vh;
  background-color: #080825;
  width: 40vh;
}

#timer {
  color: : white;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
