@font-face {
  font-family: "myfont";
  src: url(assets/58045dabdc3a361cb9bb9faf2f1dd1f3.ttf) format("truetype");
}

body {
  margin: 0;
  padding: 0;
  font-family: "showG";
}

#finalScore {
  position: absolute;
  display: none;
  color: white;
  font-family: "showG";
}

#highScore {
  position: absolute;
  display: none;
  color: white;
  font-family: "showG";
  z-index: 2;
}

#main-container {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://d36a1idudsiypf.cloudfront.net/gameBG.png");
  background-size: cover;
}

#container {
  height: 100%;
  width: 100%;
}

.game-screen {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 888px;
}

#score-div {
  font-size: 300%;
  position: absolute;
  margin-top: 0;
}

.center-align {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.center-justify {
  display: flex;
  align-items: center;
  flex-direction: column;
}
/*# sourceMappingURL=index.css.map*/