.page.game_details .icon{
	text-align:center;
}

.page.game_details .icon-image{
	width:100%;
	max-width:256px;
	margin-top: 1.7em;
    margin-bottom: 0.7em;
}

.page.game_details .screenshot{
	max-width:96%;
	border-radius:10px;
	border: 2px solid #FFF;
	margin-bottom:1vw;
}

.page.game_details .screenshots-row{
	margin:3vw 0 4vw 0;	
}

.page.game_details .store-buttons{
	text-align:center;
	margin-top:3rem;
}

.game-website {
	color: #B58BFC;
	font-weight: bold;
	text-decoration: underline;
	margin: -30px auto 20px auto;
	cursor: pointer;
	font-size: 20px;
	max-width: 400px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.game-website a {
	color: #B58BFC;
}

.game-website img {
	width: 20px;
	height: auto;
	display: block;
	margin: 0 5px 0 0;
}
