.container-404 {
	height: 80vh;
	background: white;
	padding: 80px 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-flow: column nowrap;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.container-404 h1 {
	font-size: 3rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.container-404 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.container-404 p .path {
	font-weight: bold;
	color: red;
}

.container-404 button {
	margin: 20px;
	background: #27ae60;
	font-size: 2.2rem;
	font-family: inherit;
	color: white;
	padding: 20px 30px;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color ease 0.5s;
}

.container-404 button:hover {
	cursor: pointer;
	background: #17763e;
}