body {
	width: 100%;
	height: 100%;
	position:relative;
	margin: 0px;
}

a {
	color: #FFD700;
}

.banner {
	position:absolute;
	bottom:0;
	left:0;
	max-height: 40%;
	max-width: 80%;
}

.buttons_container {
	position:relative;
	display: block;
	width: 100%;
	height: 100%;
}

.buttons {
	max-width: 70%;
	max-height: 30%;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.store img {
	max-width: 254px;
	max-height: 74px;
}
