.container {
	display: flex;
	justify-content: center;
}
p {
	color: #2e004f;
}
.description, .game {
	display: inline-block;
	margin: 10px;
	padding: 10px;
	padding-bottom: 60px;
	width: 280px;
}
.description {
	position: relative;
	border: 1px solid #2e004f;
	border-radius: 4px;
}
.game {
	max-height: fit-content;
	width: unset;
	background-color: transparent;
	box-shadow: none;
	padding-top: 0;
}

.game img {
	margin-bottom: 0;
	border: 12px solid #2e004f;
}
.playBtn {
	position: absolute;
	bottom: 20px;
	margin-left: -10px;
	text-align: center;
	width: 280px;
}
h2.thumbnail-game-title {
	margin-bottom: 0;
}
a, a:visited {
	color: #4b0082;
	font-weight: bold;
}
