@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);body{background-color:#000;color:#fff;font-family:Roboto,sans-serif;height:100vh;justify-content:center;margin:0}#root,body{display:flex}#root{align-items:center;flex-direction:column;max-width:500px;padding:20px;text-align:center;width:100%}h1{font-size:1.8rem;font-weight:700}h1,h2{margin-bottom:1rem}h2{font-size:1.5rem}p{font-size:1.2rem;margin:0 0 1rem}ul{margin-bottom:1rem}li,ul{padding:0}li{list-style:none;margin-bottom:.5rem}.small{font-size:.8rem;margin-bottom:.2rem}.room,.small{color:#7564ab}form{align-items:center;display:flex;flex-direction:column;margin-bottom:1.5rem}input[type=text]{border:1px solid #ccc;font-size:1rem;margin-bottom:1rem;max-width:200px;padding:.5rem;text-align:center;width:100%}.button,button[type=submit]{background-color:#ed6c24;border:1px solid red;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;min-width:200px;padding:.5rem 1rem;text-transform:uppercase;transition:background-color .3s}.button:hover,button[type=submit]:hover{background-color:#7564ab;border-color:purple}a,button{background:none;border:none;color:#fad156;cursor:pointer;font-size:1rem;margin-bottom:.5rem;text-decoration:none}a{border-bottom:1px solid #fad156}a:hover{border-bottom:1px dashed #fad156}.shake{animation:shake .5s linear}video{margin-bottom:1rem}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.error{color:red}.success{color:green}.debug{color:grey;display:none;font-size:.7rem;font-style:italic}.header{align-items:center;display:flex;height:100px;justify-content:center}.header a,.header a:hover{border-bottom:none}.logo{height:auto;max-width:100%}.footer{align-items:center;display:flex;height:100px;justify-content:center}.home{text-align:center}.home li a{font-size:1.2rem}.navlinks{padding-top:1.5rem}.help-container{margin-top:1rem}.help-container,.help-container>div{align-items:center;display:flex;flex-direction:column}.help-container>div{margin-bottom:.5rem}.help-container p{word-wrap:break-word;border-radius:5px;font-size:1rem;max-width:100%;padding:0 1rem 1rem;text-align:center}
/*# sourceMappingURL=main.604fdd1f.css.map*/