@charset "UTF-8";

body {
	background-color: #333333;
}

a {
	display: inline-block;
	transition: 0.3s;
}

img {
	width: 100%;
}

.inner {
	max-width: 750px;
	margin: 0 auto;
}

.cta {
	position: relative;
}

.btn-wrapper {
	width: 85%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.btn {
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

.btn:hover {
	filter: brightness(1.2);
}

.btn-top {
	bottom: 6.5%;
}

.btn-middle {
	bottom: 6%;
}

.btn-bottom {
	bottom: 23.5%;
}