*{box-sizing:border-box}body{margin:0;background-color:#0b2434;padding:20px;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Karla,sans-serif}div#root{height:100%;width:100%;max-height:400px;max-width:400px}main{height:100%;background-color:#f5f5f5;border-radius:5px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center;padding:20px}.title{font-size:40px;margin:0}.die-container{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:40px}button{font-family:Karla,sans-serif}.die-container button{height:50px;width:50px;box-shadow:0 2px 2px #00000026;background-color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:21px;text-align:center;cursor:pointer;border:none;border-radius:5px}.roll-btn{background-color:#5035ff;color:#fff;width:110px;height:40px;border-radius:5px;border:none;cursor:pointer;font-weight:700;font-size:17px;text-align:center;vertical-align:middle}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
