body,html,#root{margin:0;padding:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.game-container{display:flex;flex-direction:column;align-items:center}.game-board{display:flex;flex-direction:row;justify-content:space-between;width:80%;height:80%}.rolled-area,.hold-area,.score-board{border:2px solid black}.rolled-area,.hold-area{display:flex;justify-content:space-around;align-items:center;height:150px;background-color:red}.hold-area{background-color:#0f0}.score-board{width:300px;display:flex;flex-direction:column;justify-content:space-between}.score-board table{width:100%}.roll-button{margin-top:10px;padding:10px 20px;cursor:pointer}.App{text-align:center}.phaser-container{background:#000;display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.game-container{display:flex;justify-content:center;align-items:center;width:1280px;height:720px;border:1px solid #002055;margin:0 auto;box-shadow:0 0 20px 20px #002055;background:#0040aa1a}
