.game-card > a {
	padding: 55px;
	background-image: url("/splashes/square_bg.svg");
	background-size: cover;
	background-repeat: round;
}
.game-card {
	/* background-image: url("/splashes/square_long.svg"); */
	/* background-size: cover; */
	/* background-repeat: round; */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px;
}
.game-descr {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.game-descr > h3 {
	margin: 5px auto;
}
.game-descr > h3 a {
	color: white;
}
.game-descr > h3 a:hover {
	color: #9a9a9a;
}
.game-descr > p {
	max-width: 500px;
	padding: 15px;
	background-image: url("/splashes/square_long.svg");
	background-size: cover;
	background-repeat: round;
	margin: 5px;
}
