body {
	margin: 0;
	font-family: 'Segoe UI', Ubuntu, Arial;
	background: #0b0f19;
	color: #bbc6ce;
	font-size: 18px;
	line-height: 1.5;
}

header, main, footer {
	padding: 15px;
	max-width: 900px;
	margin: 50px auto;
}

header {
	margin-top: 30px;
	text-align: center;
}

footer {
	margin-bottom: 30px;
}

.less-gap header {
	margin-bottom: 20px;
}

.less-gap main {
	margin-top: 20px;
}

header p {
	margin: 0;
}

header img {
	margin-top: 20px;
	margin-bottom: 20px;
}

h1, h2 {
	font-weight: bolder;
	color: #edf0f3;
	margin: 0;
}

p {
	margin-top: 1.1em;
	margin-bottom: 2.2em;
}

ul {
	margin-bottom: 2.2em;
	list-style-type: square;
}

a {
	color: #d81b60;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #e91e63;
	text-decoration: underline;
}

a, .btn {
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
	height: auto;
	background: #000;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 1150px;
	margin-bottom: 30px;
	overflow: hidden;
}

iframe {
	position: absolute;
	left: 0;
	top: -120px;
	width: 100%;
	height: 1480px;
	border: 0;
}

.btn {
	color: #fff !important;
	background: #a72a2a;
	text-decoration: none !important;
	padding: 10px 30px;
	border-radius: 6px;
	border: 2px solid #a72a2a;
	outline: 1px solid #a72a2a;
	transition: 0.25s all;
}

.btn:hover {
	background: transparent;
	outline: 1px solid #a72a2a;
	outline-offset: 5px;
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 15px;
	}
}