*{box-sizing:border-box}.hmm{display:flex;flex-direction:row;align-items:center;gap:10px}.watch{font-size:15pt}.stats{display:flex;align-items:center;font-size:7.5pt;width:600px}.times{margin-left:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.score{margin-right:auto}.scores{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.border_{--angle: 0deg;width:500vmin;height:63vmin;border-radius:10px;border:1vmin solid;border-image:conic-gradient(from var(--angle),red,yellow,lime,aqua,blue,magenta,red) 1;animation:10s rotate linear infinite,vertical-shaking .8s}@keyframes rotate{to{--angle: 360deg}}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.bg{position:fixed;top:-50%;left:-50%;width:200%;height:200%;z-index:-5}.bg img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;min-width:50%;min-height:50%}body{margin:0;background-color:#0f293a;padding:20px;font-family:Karla,sans-serif;display:flex;justify-content:center;align-items:center}main{background-color:#f5f5f5;height:630px;max-width:800px;border-radius:10px;padding:20px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;box-shadow:inset 5px 5px 10px -3px #000000b3}.rise-shake{animation:jump-shaking .33s}@keyframes jump-shaking{0%{transform:translate(0)}25%{transform:translateY(-9px)}35%{transform:translateY(-9px) rotate(17deg)}55%{transform:translateY(-9px) rotate(-17deg)}65%{transform:translateY(-9px) rotate(17deg)}75%{transform:translateY(-9px) rotate(-17deg)}to{transform:translateY(0) rotate(0)}}.vertical-shake{animation:vertical-shaking .3s}@keyframes vertical-shaking{0%{transform:translateY(0)}25%{transform:translateY(5px)}50%{transform:translateY(-5px)}75%{transform:translateY(5px)}to{transform:translateY(0)}}.title{font-size:40px;margin:0}.instructions{font-family:Inter,sans-serif;font-weight:400;margin-top:0;text-align:center}.dice-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:20px;margin-bottom:40px}.die-face{height:50px;width:50px;box-shadow:0 2px 2px #00000026;border-radius:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}.die-num{font-size:2rem}.roll-dice{height:55px;width:160px;border:none;border-radius:6px;background-color:#5035ff;color:#fff;font-size:1.2rem;font-family:Karla,sans-serif;cursor:pointer}.roll-dice:focus{outline:none}.roll-dice:active{box-shadow:inset 5px 5px 10px -3px #000000b3}.footer{position:fixed;left:0;bottom:25;width:100%;color:#c78ac5;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}a:hover{color:#ff69b4}
