:root {
	--logo-red: #7e0000;
}

body {
	font-family: 'Courier New', Courier, monospace;
}

#fp-header {
	background: var(--logo-red);
}

.title-holder {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 900;
	text-align: center;
	font-size: 6vw;
}

#rk-logo {
	max-width: 100%;
	height: auto;
}

