.not-found-page {
    background: transparent url("/img/notfound.svg") 0% 0% no-repeat padding-box;
    min-height: 100vh !important;
    background-size: cover;
}

.ref-img {
    background: transparent 0% 0% no-repeat padding-box;
    opacity: 1;
    max-width: 712px;
}

.not-found-ofsayt {
    text-align: left;
    font: italic normal 900 clamp(3.75rem, 6vw, 4.5rem) / 0.53 Barlow;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.not-found-desc {
    text-align: left;
    font: normal normal 400 clamp(1.625rem, 3vw, 1.875rem) / 1.4 Barlow;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.return-home span {
    text-align: center;
    font: normal normal 600 clamp(1.375rem, 2.5vw, 1.5rem) / 1.21 Barlow;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
}

.return-home {
    background: transparent 0% 0% no-repeat padding-box;
    border-radius: 100px;
    opacity: 1;
    background-color: #D94646;
}