

.error_404 {
	background: url("../images/background.jpg");;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: white;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.error_404_flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}

.error_404 h1 {
	font-family: "Fontdiner Swanky", cursive;
	font-size: 1.8rem;
	color: white;
	margin-bottom: 2rem;
}

.error_404 button {
	font-family: "Fontdiner Swanky", cursive;
	font-size: 1.1rem;
	color: #383838;
	font-weight: 650;
	border: none;
	background-color: #f36a6f;
	padding: 1rem 1.5rem;
	transition: all 0.1s ease;
}

.error_404 button:hover {
	opacity: 0.7;
	transform: scale(1.14);
}
