<style>
body {
	background-color:#dae5a7;
	
}

#dieBox
{
   display: flex;
   justify-content: center;
   align-items: center;
}

</style>