body, html { width: 100vw; height: 100vh; overflow: hidden; margin: 0; padding: 0; overflow: hidden; }
* { font-family: 'Roboto', sans-serif; text-decoration: none; outline: none; color: #666; }

body { background: #fff; }

form { position: absolute; top: 0; left: 0; }
.passinput { background: transparent; border: 1px solid transparent; position: fixed; font-size: 4vw; top: 0; }


.spot-wrapper { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.spot-wrapper > img { width: 50%; height: auto; }
.spot-wrapper .app { width: 18%; margin-top: 10vh; }
.spot-wrapper .stores { display: flex; gap: 4%; margin-top: 2vh; width: 30%; }
.spot-wrapper .stores img { width: 48%; }
.spot-wrapper p { color: #0052CA; font-size: 30px; text-align: center; text-transform: uppercase; font-weight: bold; }