body{
    font-family: 'Poppins', sans-serif;
}
    .error {
    width: 100%;
    position: relative;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error_cnt {
    width: 80%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}

.error_cnt h1:first-of-type {
    color: #f35251;
    margin: 0 0 7px 0px;
}
.error_cnt h1:last-of-type {
    color: #FF0000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.error_cnt h3 {
    font-family: 'Poppins', sans-serif;
    color: #474747;
    margin: 9px 0 36px 0;
}

.error_cnt a {
    font-family: 'Poppins', sans-serif;
    padding: 10px 25px;
    font-size: 1.14286em;
    text-transform: uppercase;
    font-weight: 700;
    background: #f35251;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 10px;
    border-radius: 8px;
}