*{box-sizing:border-box;margin:0}html,body{color:#fff;text-align:center;background:#0e0e0e;width:100%;height:100%;margin:0;font-family:Instrument Sans,sans-serif;font-size:110%}html,body,body>div{flex-direction:column;align-items:center;display:flex}html{justify-content:center}body{gap:2rem;height:5.45455rem;margin:2rem .5rem}body>div{height:5.45455rem}a{color:#fff;display:inline-flex}footer{align-items:center;gap:.5rem;line-height:1;display:flex;position:absolute;bottom:2rem}img{pointer-events:none;height:1.1rem}#loading{opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none;justify-content:center;align-items:center;transition:all .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#total-bet,#win{opacity:0}@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes expandBody{0%{height:5.45455rem}to{height:12.9091rem}}body.loaded #loading{opacity:0}body.loaded #total-bet{animation:.5s cubic-bezier(.85,0,.15,1) .2s forwards show}body.loaded{animation:.5s cubic-bezier(.85,0,.15,1) 3s forwards expandBody}body.loaded #win{animation:.5s cubic-bezier(.85,0,.15,1) 3.1s forwards show}
