#minigames{
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#minigames h2{
	width: 100%;
	text-align: center;
}
.dark-theme h2, .dark-theme #page-body a{
	color: #fff;
	text-shadow: 0 0 6px #000;
}

.canvas.clickable{
	cursor: pointer;
}