*{font-family:Poppins;box-sizing:border-box}body{margin:0;display:flex;justify-content:center}#root{width:450px;height:450px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:50px;border:25px solid #0b2434;border-radius:8px}#header-section{height:80px;position:absolute;top:75px}#main{display:flex;flex-direction:column;align-items:center}.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}#main-para{text-align:center;height:70px;margin-top:50px}#buttons-section{height:150px;margin:10px 50px;text-align:center}.die-btn{width:40px;height:40px;margin:7px;border:none;border-radius:10px;font-size:23px;font-weight:bolder;box-shadow:0 3px 4px #00000038;cursor:pointer}.die-btn:hover{background-color:wheat}#roll-btn{white-space:nowrap;width:auto;height:40px;padding:4px 16px;font-size:18px;font-weight:700;background-color:#5035ff;color:#fff;border:none;border-radius:4px;cursor:pointer}#roll-btn:hover{background-color:#391cf3}
