/* Style for "Tap To Place Model" text overlay */
.over {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  text-align: center;
  color: white;
  font-family: "Nunito", monospace;
  text-shadow: 0px 0px 5px black;
}
#promptText {
  font-size: 2em;
  bottom: 12vh;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* #start-button {
    z-index: 1;
    font-family: 'Nunito', monospace;
    font-weight: 500;
    position: relative;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 5px;
    background: #6600ff;
    color: white;
    border: 2px solid #6600ff;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, 0);
    user-select: none;
  } */
