body {
	background-color: #eb7ae8;
}

#content {
	color: white;
	font-size: 20px;
	text-align: center;
}

#game {
	width: 100%;
	height: 100vh;
}

#gameFrame {
	width: 100%;
	height: 100%;
}

.small {
	font-size: 15px;
}

.playButton {
	border: 2px solid white;
	color: white;
	text-decoration: none;
	padding: 16px;
  	transition: 0.3s;
}

.playButton:hover {
	background-color: white;
	text-decoration: unnderline;
	color: #eb7ae8;
}