html{height:100%;padding:0}*{box-sizing:border-box}body{position:relative;margin:0 auto;padding:0;max-width:720px;height:100%;font-family:sans-serif;overflow:hidden;background:#000}canvas{background:#3c2c6b;-webkit-user-select:none;user-select:none}img{image-rendering:pixelated;image-rendering:crisp-edges}#ui{position:absolute;-webkit-user-select:none;user-select:none}#lives{padding:6px;display:flex}.life{width:64px;height:auto}#death-screen{display:none}.menu-c{position:absolute;z-index:2;top:0;background:#00000080}.menu{background:#3c2c6b;width:50%;height:50%;border:1px solid #fff;color:#fff;padding:0 10px}.menu-buttons{margin-top:32px}.menu-buttons button{width:140px}header>img{width:calc(32px + 1vw)}#l{background:#3c2c6b;color:#fff}.spinning{animation:1.5s spin linear infinite;width:64px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.c{display:flex;justify-content:center;align-items:center}.f{display:flex}.f1{flex:1}.fc{flex-direction:column}.g{gap:10px}.full{width:100%;height:100%}.tc{text-align:center}button{background:#e50;padding:.718rem 1.618rem;color:#fff;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.8),0 -1px 2px rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.35);border-radius:10px;transition:all .15s linear 0s;-webkit-user-select:none;user-select:none;text-transform:uppercase;font-weight:600;margin:.618rem;cursor:pointer;-webkit-tap-highlight-color:transparent}button:active,button:hover{box-shadow:0 1px #ffffff40,0 1px #ffffff40 inset,0 1.1em #ffffff40 inset,0 -1.1em 1.25em #00000052 inset,0 1.1rem 1.25em #ffffff0d inset,0 1.1em 6px #ffffff1a inset;-webkit-filter:saturate(120%);filter:saturate(120%)}h2{color:#e50}#score{font-size:24px;color:#fff;padding-left:16px}#mobile{position:absolute;z-index:1}#left,#right{position:absolute;top:80%;width:96px;height:96px;border-radius:50%;font-size:32px}@media screen and (min-width: 1025px){#left,#right{display:none}}#left{left:10%}#right{right:10%}#t{display:none;position:absolute;z-index:3}#t>div{position:relative}#t-window{position:absolute;width:fit-content;max-width:50%;height:fit-content;transition:.3s ease-in-out}
