@font-face {
    font-family:"Roboto";
    src: url("Roboto.ttf") /* TTF file for CSS3 browsers */
}

.errormsg {
	width: 50vw;
	height: 50vh;
	margin: 10vh auto;
}

.errormsg__code {
	font-size: 18rem;
	margin: 0;
	font-family: "Roboto", arial;
	text-align: center;
}

.errormsg__subtitle {
	font-size: 3rem;
	margin-top: 1rem;
	text-align: center;
}

.errormsg__text {
	fontsize: 2rem;
}
