body {
    font-size: 1em !important;
    margin: 0 !important;
}

.error-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#pagenotfound_numbers {
    font-size: 2.0em;
    font-family: Arial, sans-serif;
    color: #0054a3;
    text-align: center;
    padding-top: 6%;
    padding-bottom: 6%;
}

#page_not_found {
    font-size: 1.5em;
    font-family: Arial, sans-serif;
    color: #999999;
    text-align: center;
}

.return_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    background-color: #0054a3;
    border-color: #0054a3;
    margin-top: 2em;
}

.warning-list {
    width: 70%;
    list-style-type: disc;
    font-weight: 500;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
}

.warning-list li {
    padding-bottom: 2em;
}

.exclamation {
    filter: invert(18%) sepia(89%) saturate(2389%) hue-rotate(194deg) brightness(98%) contrast(105%);
    width: 10em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

/* Adaptive styles */

@media screen and (max-width: 1280px) {
    .error-section {
        height: 600px;
    }
}

/* Tablet 1023-576 */
@media screen and (max-width: 1023px) {
    .error-section {
        height: 840px;
    }
    .exclamation {
        width: 7.5em;
    }
    #pagenotfound_numbers {
        font-size: 1.8em;
    }
    .warning-list {
        font-size: 1.0em;
        width: 75%;
    }
}

/* Mobile 575-less */
@media screen and (max-width: 575px) {
    .error-section {
        height: 740px;
    }

    .exclamation {
        width: 5.0em;
    }
    #pagenotfound_numbers {
        font-size: 1.4em;
    }
    .warning-list {
        font-size: 0.7em;
        width: 75%;
    }

    .btn-primary {
        font-size: 0.7em;
        margin-top: 0em;
    }
}

/* Mobile 575 and less */


/*
!* iPad Air *!
@media screen and (max-width: 820px) {
    .error-section {
        height: 674px;
    }
}

!* iPad Mini *!
@media screen and (max-width: 768px) {
    .error-section {
        height: 580px;
    }

    .error-section {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .btn-primary {
        margin-top: 0;
    }

    .warning-list li {
        padding-bottom: 1.8em;
    }
}

!* Galaxy Tab S4*!
@media screen and (max-width: 712px) {
    .error-section {
        height: 724px;
    }
}

!* iPhone 14 Pro Max *!
@media screen and (max-width: 430px) {
    .error-section {
        height: 424px;
    }

    .exclamation {
        width: 7.5em;
    }

    #pagenotfound_numbers {
        font-size: 1.5em;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    .warning-list {
        margin-bottom: 0;
        font-size: 1em;
    }

    .warning-list li {
        padding-bottom: 0.9em;
    }
}

!* iPhone 12 Pro *!
@media screen and (max-width: 390px) {
    .exclamation {
        width: 7.0em;
    }

    .error-section {
        height: 380px;
    }

    #pagenotfound_numbers {
        font-size: 1.3em;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    .warning-list {
        margin-bottom: 0;
        font-size: 0.9em;
    }

    .btn {
        font-size: 0.8rem;
    }*/

