#error-page {
    color: black;
    background: whitesmoke;
}

.error-404 {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 50px;
}

.mar {
    margin-top: 10px;
}

.error-404 .error-title {
    font-size: 9em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.error-404 .error-msg {
    background-color: #fbfadd;
    border: 1px solid #ded58a;
    color: #8f872e;
    font-size: 3em;
    margin-bottom: 30px !important;
    padding: 20px 30px;
}

.has-background-white {
    background: whitesmoke;
}

.entry-content ul {
    list-style: none;
}

@media (max-width: 767px) {
    .error-404 .error-msg {
        font-size: 1.5em;
        padding: 10px 15px;
    }

    .error-404 .error-title {
        font-size: 5em;
        display: none;
    }
}
