body {
	background-color: #000000;
}

.error-container {
	text-align: center;
	height: 100%;
	margin-top: 25vh;
}

.error-title {
	font-size: 23vh;
	font-family: Helvetica;
	color: white;
}

.error-message {
	font-size: 5vh;
	font-family: Helvetica;
	color: white;
}