/*
 * Template Name: 404 (2) Template
 * Author: @vitatemplates
*/

body {
	overflow-x: hidden;
}
.wrapper {
	height: 100vh;
	display: flex;
	align-items: center;
}
.wrapper .text {
	position: relative;
}
.wrapper .text .notfound-text {
	position: absolute;
	width: 100%;
	top: 43%;
}
.wrapper .text h4 {
	color: #72c02c;
}
.wrapper .text h3 {
	font-size: 20rem;
	opacity: .4;
	color: #ccc;
}
.wrapper .text a {
	text-decoration: none;
	z-index: 10;
	position: relative;
	font-weight: bold;
}
.wrapper .text a:hover {
	color: #72c02c;
}

@media (max-width: 576px) {
.wrapper .text h3 {
	font-size: 6rem !important;
}
.wrapper .text .notfound-text {
	position: relative !important;
	top: 0 !important;
}
}

/*# sourceMappingURL=404-2.css.map */
