html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#Prompt {
  opacity: 1;
  display: none;
}

#PromptImg {
  position: relative;
  top: 50%;
}

#PhoneBackground {
  -webkit-animation: run 2s linear infinite alternate;
  animation-timing-function: ease-in-out;
  position: absolute;
  top: 50px;
}

@-webkit-keyframes run {
  0% {
    left: 0%;
  }

  100% {
    left: 40%;
  }
}

#PromptText {
  color: #fff;
  width: 950px;
  height: auto;
  text-align: center;
  text-shadow: 0px -2px 5px d03675;
  margin-left: -475px;
  font-size: 38px;
  position: fixed;
  inset: 50px auto auto 50%;
}

.center {
  width: 100%;
  height: 50vw;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  bottom: 30%;
}

#tap-to-place, #loading-circle-ui {
  color: #fff;
  width: 200px;
  text-align: center;
  box-sizing: border-box;
  background: #000;
  border-radius: 5px;
  margin-left: -100px;
  padding: 10px;
  font-family: sans-serif;
  font-weight: 300;
  position: fixed;
  bottom: 20px;
  left: 50%;
  right: 0;
}

#loading-circle-ui {
  width: 60px;
  height: 60px;
  background-color: #0000;
  border: 16px solid #f3f3f3;
  border-top-color: #000c;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  animation: spin 2s linear infinite;
  bottom: 50vh;
  left: 0;
  right: 0;
}

/*# sourceMappingURL=index.61d3354a.css.map */
