html,body{background-color:#242932;width:100%;height:100%;margin:0;padding:0;overflow:hidden}button{cursor:pointer;color:#9494b4;background-color:#30475fa4;border-color:#0000;border-radius:20px;width:200px;height:80px;font-size:20px}button:disabled{color:gray;cursor:not-allowed;background-color:#6d859ea4}#logo{z-index:1;background-color:#0000;background-image:url(/logo.svg);background-position:0;background-repeat:no-repeat;background-size:60px 60px;border-color:#0000;width:64px;height:64px;margin:5px;position:absolute}#menu{z-index:2;background-color:#27292ba4;position:absolute;inset:0}#menu section{justify-content:center;align-items:center;height:100%;display:flex}#pause{z-index:2;background-color:#27292ba4;padding:50px;display:none;position:absolute;inset:0}#pause section{background-color:#1a222ea4;border-radius:30px;justify-content:center;align-items:center;height:100%;display:flex}#log{z-index:1;color:gray;background-color:#44111aa2;border-radius:14px;width:220px;padding-left:10px;font-size:12px;font-weight:700;position:absolute;top:5px;bottom:5px;right:5px;overflow:auto}@media (width<=1024px){#log{width:130px;font-size:7px}}
