

.die {
	height: 100px;
	width: 100px;
	margin: 10px auto;
	background: white;
	border: 2px solid black;
	border-radius: 10px;
	font-family: Menlo, monospace;
	font-size: 4em;
	line-height: 100px;
	text-align: center;
}

.winner{
	background-color: gold;
	text-align: center;
 }