*{box-sizing:border-box}body{background-color:#000}main{background-color:#000;border-radius:15px;border-style:solid;border-width:3px;border-color:#0ff;margin:3%;height:640px;width:94%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}h1{color:#0ff;font-size:50px;font-family:sans-serif;gap:1px}.dice-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:24px}.dice-container .dice{height:50px;width:50px;box-shadow:0 2px 2px #04f6fa95;border-radius:10px;border:none;background-color:#000;color:#fff;font-size:1.75rem;font-weight:700;cursor:pointer}.dice-container .dice1{height:50px;width:50px;border-radius:10px;font-size:1.75rem;font-weight:700;cursor:pointer;background-color:#0ff;color:#000;box-shadow:1px 1px 1px #4b4a4a}.roll-dice{height:40px;padding-left:10px;padding-right:10px;width:auto;min-width:150px;background-color:#000;color:#fff;border-radius:5px;border-style:solid;font-size:1.2rem;border-width:1px;box-shadow:0 2px 2px #61dfe3}
