:root {
	--link-color: white;
}

a, a:visited {
    color: white;
    text-decoration: none;
    font-size: 5vh;
    font-family: 'Victor Mono', monospace;
    margin: 2vh;
}

a:hover, a:visited:hover {
    color: var(--link-color);
}

body {
    background-color: black;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.wrapper {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.logo {
    margin: auto;
	height: 30vh;
	display: block;
    image-rendering: pixelated;
}

.links {
    display: block;
    text-align: center;
	margin-top: 5vh;
}

.title {
    font-size: 8vh;
}

.center {
    text-align: center;
}

.label {
    color: white;
    font-size: 5vh;
    margin: 1vh;
    font-family: 'Victor Mono', monospace;
}
