.main {
	margin: auto;
	width: 100%;
	max-width: 960px;
}

.banner {
	width: 100%;
}

.info {
	display: grid;
	grid-template-columns: 3fr 2fr;
}

#trailer {

}

.downloads {
	display: flex;
	gap: 1rem;
	height: 3rem;
	margin-bottom: 1rem;
}
.downloads img {
	max-height: 100%;
	max-width: 48px;
	object-fit: contain;
	margin-right: 1rem;
}

.screenshots {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	gap: 1rem;
}

.screenshot {
	max-width: 100%;
}

.buttons a::before {
	width: 0;
}

.buttons {
	margin-top: -1.5rem;
}

.button {
	padding: 3px;
	border: 6px solid rgba(0,0,0,0);
	z-index: 100;
	transition: 0.3s;

}
.button:hover {
	border: 6px solid var(--color-accent);
}

#download-popup {
	width: 50rem;
	height: 25rem;
	background-color: var(--color-fg);
	border-color: var(--color-secondary);
}

#download-popup p {
	font-size: 1.2em;
}

#game-ver {
	position: fixed;
	bottom: -0.5rem;
	right: 0.5rem;
	font-size: 1rem;
	text-align: right;
}
