*{box-sizing:border-box}body{font-family:Karla,sans-serif;margin:0;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#0b2434;padding:20px}.container{width:360px;height:380px;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:10px}.btn-container{display:grid;grid-template:auto auto / repeat(5,1fr);gap:20px}button{font-size:larger;cursor:pointer;border:none;border-radius:5px;box-shadow:0 2px 2px #00000026}.btn-container>button{width:50px;height:50px;background-color:#fff}#roll-btn{margin-top:40px;width:150px;height:35px;background-color:#5035ff;color:#fff}.heading{font-size:25px;margin-bottom:1px}.instructions{width:250px;font-family:sans-serif;font-size:15px}footer>p{margin-top:20px;font-family:Inter,sans-serif;font-size:15px;color:#f5f5f5}
