html, body { background: #000; color: #afafaf; font-size: 18px;}

a {
	color: #afafaf;
	text-decoration: none;
    transition: 0.5s;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

label {
	color: inherit;
}
.header {
	border-bottom: none;
	padding-bottom: inherit;
	margin-bottom: inherit;
}

.header .logo img {
	width: auto;
	max-width: inherit;
}

.wrap {
	background: #000;
	padding: 40px;
	box-shadow: none;
	border: none;
	text-align: center;
}

.wrap section h2 {
	font-weight: 400;
	display: none;
}

.button {
	background: #289DC8;
    border-radius: 2em;
    transition: 0.5s;
    letter-spacing: 0.08em;
}
.button:hover {
	background: #289DC8;
	text-shadow: 0px 0px 2px, 0px 0px 4px;
}

footer.container { display: none; }