/*
 * DESKTOP
 */


#error-page {
    padding: 0 0 0 0;
    background: #ECFFC1;
    height: 100vh;
    text-align: center;
}
.error-page-box {
    margin-top: 15%;

    h1 {
        color: #002605;
        font-family: 'IBM Plex Sans';
        font-size: 9.375rem;
        font-style: normal;
        font-weight: 700;
        line-height: 9.9375rem;
        letter-spacing: -0.375rem;
        margin-bottom: 1.31rem;
    }

    p.error-text {
        color: #002605;
        font-family: 'IBM Plex Sans';
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.1rem;
        text-transform: uppercase;
    }

    .return-home-link {
        margin-top: 2.25rem;
        font-family: "IBM Plex Sans";
        font-size: 1rem;
        font-weight: 600;
        background-color: transparent;
        border: 1px solid #80BA27;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        color: #80BA27;
        border-radius: 28px;
        letter-spacing: 0.004rem;
        height: 3.25rem;
        padding: 0 0.88rem;
        justify-content: center;
        align-items: center;
        gap: 10px;
        transition: 0.3s;
        line-height: 3.25rem;
        text-transform: uppercase;
    }

}

    /*
     * MOBILE
     */
@media (max-width: 1000px) {
    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }
}

@media (max-width: 400px) {

}

@media (min-width: 910px) and (max-width: 1600px) {


}

@media (min-width: 1000px) and (max-width: 1400px) {

}

@media (width: 1280px) and (height: 580px) and (orientation: landscape) {

}

@media (width: 580px) and (height: 1280px) {

}

@media (min-width: 1400px) and (max-width: 1700px) {

}

@media (min-width: 2000px) and (max-width: 2600px) {

}
