section.notfound {
	display: flex;
	align-items: center;
	padding: 40px 0;
	/*min-height: 70vh;*/
}

section.notfound > div {
	padding: 20px;
	margin: 40px auto;
}

section.notfound h1 {
	position: absolute;
	z-index: -1;
	font-family: sans-serif;
	line-height: 240px;
	font-weight: bold;
	margin: 0;
	color: #f5f5f5;
}

/* mobile */
@media all and (max-width: 480px) {
	section.notfound h1 {
		font-size: 160px;
		text-align: center;
		width: 90%;
	}
}

/* desktop */
@media all and (min-width: 481px) {
    section.notfound h1 { font-size: 240px; }
}
