html {
    height: 100%;
}
body {
    background: rgb(30, 35, 38);
    color: white;
    padding: 0;
    margin: 0;
    height: 100%;
    vertical-align: top;
}
a {
    color: white;
    text-decoration: none;
}
#wrapper {
    display: flex;
    height: 100%;
}
#content {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	font-family: 'Lekton', serif;
	font-weight: 700;
	font-size: 30pt;
}
