body {
	font-family: Arial, Helvetica, sans-serif;
}

#player {
	text-align: center;
}

#winCount {
	text-align: center;
}

#container {
	text-align: center;
	visibility: hidden;
}

#again {
	border: 4px solid;
	border-radius: 15%;
	display: inline-block;
	padding: 0 10px;
	margin: 0 auto;
	visibility: visible;
}

#wins {
	position: fixed;
}

#gameMode {
	position: fixed;
}

button {
	margin: 10px;
}

canvas {
	display: block;
	position: relative;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}