@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:#000;color:#fff;font-family:Montserrat,Arial,sans-serif}.home-screen{display:grid;min-height:100vh;width:min(90vw,42rem);margin:0 auto;place-content:center;text-align:center}.home-screen h1{margin:0;font-size:clamp(2.25rem,8vw,5rem);font-weight:600;line-height:1.1;letter-spacing:0;text-transform:lowercase}.home-screen a{display:inline-flex;align-items:center;justify-content:center;justify-self:center;min-height:2.75rem;margin-top:2rem;padding:0 1.25rem;border:1px solid rgba(255,255,255,.34);border-radius:999px;color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .18s ease,background .18s ease}.home-screen a:hover{border-color:#fff;background:#ffffff1f}
