body{
    margin: 0;
}
.background-img {
    width: 100%;
    height: 100vh;
    z-index: -1;
    position: fixed;
}

.logo {
	width: calc(max(20%,200px));
	float: right;
	z-index: 100;
    padding: 30px;

}

.foregroundContainer {
    margin: 0;
	width: 100%;
    z-index: 1;
    position: relative;
}

.game-description > p{
    width: 25%;
    padding: 20px;
    font-size: calc(9px + 1vw);
    margin:0;
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
    color: #333;
    text-shadow: 2px 2px #ffffff;
}

.downloadDetails {
	position: fixed;
	z-index: 200;
	right: 0;
    bottom: 0;
    padding-right: 30px;
}

.copyright {
    color: #333;
    text-align: right;
}

.downloadButton {
	cursor: pointer;
	margin: auto;
    text-align: right;
    padding-bottom: 15px;
    font-family: "M PLUS Rounded 1c";
    font-weight:900;
    text-shadow: 2px 2px #222;
}

.downloadButton:hover {
    text-shadow: 2px 2px #a57762;
}

.downloadButton >a {
    font-size: calc(18px + 1vw);
    color: white;
    text-decoration: none;
}
