*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	background-size: cover;
	min-height: 100vh;
	background:#1dc04b;
	font-family: 'Montserrat',Arial,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body {
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
}
#notfound {
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
}
.notfound {
	max-width: 767px;
	width: 100%;
	line-height: 1.4;
	padding: 0px 15px;
	margin: 0 auto;
	color: #ffffff;
}

.notfound .notfound-404 {
	position: relative;
	height: auto;
	margin-bottom: 0;
}

.notfound .notfound-404 h1 {
	font-size: 100px;
	font-weight: 900;
	margin: 0px;
	text-transform: uppercase;
	color: #ffffff;
	background-size: cover;
	background-position: center;
	line-height:1em;
}

.notfound h2 {
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}

.notfound p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
}

.notfound a {
	display: inline-block;
	color: #00ac4f;
	text-decoration: none;
	border: none;
	font-size: 14px;
	font-weight: 700;
	border-radius: 1px;
	margin-top: 15px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.notfound a:hover {
	opacity: 0.8;
}
.contactto{margin-top:0;}
.contactto a {
	text-decoration: none;
	font-size: 18px;
	color: #0075a9;
	padding: 0;
	background: transparent; margin:0;
}
.contactto p{margin:0;}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 110px;
		line-height: 110px;
	}
	.notfound .notfound-404 h1 {
		font-size: 80px;
	}
}