body {
  	margin: 0;
  	padding: 0;
  	background-color: #001;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.site-header {
    background-image: linear-gradient(to bottom, rgba(16, 16, 32, 1) 0%, rgba(0, 0, 0, 0) 100%);
    color: #CC2222;
    text-align: center;
	padding: 48px;
}

.site-header img {
    width: 512px;
    height: auto;
    margin: 0 auto;
}

.site-footer {
	color: #334;
    background-image: linear-gradient(to top, rgba(16, 16, 32, 1) 0%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
	padding: 48px;
}

.container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:64px;
}

.game-card {
	display: flex;
	margin-bottom: 64px;
	max-width: 1024px;
	align-items: stretch;
}

.game-cover {
	flex-grow: 1;
	display: flex;
	align-items: stretch;
}

.game-cover img {
	width: auto;
	height: 440px;
	object-fit: cover;
}

.game-info {
  	width: 672px;
	padding-top:0;
	padding-bottom:0;
	padding-left:16px;
	padding-right:16px;
  	display: flex;
  	flex-direction: column;
	background-image: linear-gradient(to top, rgba(16, 16, 32, 1) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 16px;
}

.game-info video {
	width: 640px;
	height: auto;
	margin: 0 auto;
}

.download-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  	margin-top: 8px;
	margin-bottom: 8px;
}

.download-btn {
	margin: 0 8px;
	cursor: pointer;
	background-size: cover;
	width: 64px;
	height: 64px;
	border-radius: 16px;
}

.download-btn-switch {
  background-image: url("../images/btn-switch.png");
}
.download-btn-switch:hover {
  background-image: url("../images/btn-switch-hover.png");
}

.download-btn-steam {
  background-image: url("../images/btn-steam.png");
}
.download-btn-steam:hover {
  background-image: url("../images/btn-steam-hover.png");
}

.download-btn-itchio {
  background-image: url("../images/btn-itchio.png");
}
.download-btn-itchio:hover {
  background-image: url("../images/btn-itchio-hover.png");
}

.privacy-policy {
	margin-top:64px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	color:#507080;
	text-align: justify;
}

.privacy-policy h1,h2 {
	color:#006699;
}
