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;
  top: 50px;
  bottom: auto;
  left: 50%;
  right: auto;
}

.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;
}

#overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

#overlay button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: 5px solid #fff;
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 36px;
}

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