html {
	background-color: white;
	color: black;
	cursor: default;
}

@font-face {
	font-family: nimbusBold;
	src: url(../nimbus-sans-l/nimbussanl-bol.otf);
}

* {
	font-family: nimbusBold;
}

body {
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100vh;
}

main {
	flex: 1;
}

a {
	color: black;
}

#redirecter {
	text-align: center;
	left: 0px;
	right: 0px;
	margin-top: 20vh;
	margin-bottom: 0;
	padding: 0 !important;
	font-size: 7vmin;
	font-style: italic;
}

#redirecter2 {
	text-align: center;
	left: 0px;
	right: 0px;
	margin-top: 10vh;
	margin-bottom: 0;
	padding: 0 !important;
	font-size: 5vmin;
	font-style: italic;
}