/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 13 2022 | 23:43:12 */
.error404 .wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error404__logo {
	margin-bottom: 25px;
}

.error404 .evlt-paragraph__main-title {
	font-size: 150px;
	line-height: 1em;
	color: var(--primary-brand-color);
	margin-bottom: 25px;
}

.error404 .evlt-paragraph__text {
	color: #666;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 40px;
}