*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0b2434;justify-content:center;align-items:center;min-height:100dvh;font-family:Karla,sans-serif;display:flex}.game-background{background-color:#f5f5f5;border-radius:10px;flex-direction:column;justify-content:space-evenly;align-items:center;width:350px;height:350px;display:flex}.dice-container{grid-template-columns:repeat(5,50px);grid-template-rows:repeat(2);gap:10px;display:grid}button{cursor:pointer;font-family:Karla,sans-serif}.die{background-color:#fff;border:none;border-radius:5px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.7em;font-weight:500;display:flex;box-shadow:0 3px 3px #00000026}.roll-dice{color:#fff;white-space:nowrap;background-color:#5035ff;border:none;border-radius:5px;padding:10px;font-size:1.2em}.title{margin:0;font-size:40px}.instructions{text-align:center;margin-top:0;margin-left:10px;margin-right:10px;font-family:Inter,sans-serif;font-weight:400}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}footer{justify-content:center;width:350px;margin:5px;display:flex;position:fixed;bottom:10px}footer>a{color:#fff;justify-content:center;align-items:center;text-decoration:none;display:flex}footer>a p{padding-left:2px;font-size:1.2em}
