* {margin: 0px; padding: 0px;}
.clear{ clear: both; }
img{ border: 0px; }
::selection{ background-color: #FFFFFF; color: #222222; }

body {
	margin: 0px;
	padding: 0px;
	font-family: "Raleway", arial, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #222222;
}

h1, h2 {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.6;
	margin: 0 0 10px 0;
}

a:link, a:visited {
	line-height: 1.8em;
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.8;
	font-weight: 200;
	text-decoration: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

a:hover {
	color: #FFFFFF;
}

.wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1em;
	height: calc(100vh);
	align-content: center;
}

.one {
	grid-column: 1;
	grid-row: auto;
}