@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap";:root{font-family:Roboto,sans-serif;line-height:24px;background-color:#fff}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}@media (width < 320px){.body{min-width:100vw}}#root{height:100vh;max-width:1280px;margin:0 auto}.App{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:100%}.logo{height:4em;padding:1.5em;will-change:filter}.logo:hover{filter:drop-shadow(0 0 2em #03d88f)}.alert{color:#000;font-size:18px;max-width:400px;padding:16px;margin:16px;text-align:center}.buttons{text-align:center}.continue{text-decoration:none;background-color:#03d88f;color:#fff;padding:16px;border-radius:8px}
