@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");body{margin:0;padding:0;font-family:Special Elite,serif;background:url(/background.png) no-repeat 50%;background-size:cover;background-attachment:scroll;color:#1a1a1a}.coming-soon{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;text-align:center}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;background-color:#000;overflow:hidden}.overlay{position:absolute;inset:0;background-color:rgba(255,245,230,.25);z-index:0}.content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center}.question-mark{width:30vw;height:auto;margin-bottom:2vh}.countdown{font-size:8vw;font-weight:700;margin-top:1rem}.coming-soon-text{font-size:5vw;letter-spacing:6px;margin-top:.5rem}