﻿#notfound {
    background: url(/assets/images/banner_em_manutencao.jpg) no-repeat top center;
    background-size: cover;
}

#notfound h1, h2, h4 {
    font-family: "Poppins", sans-serif !important;
}

.error-card {
    background-color: #011104;
    box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.6);
    padding: 50px;
    border-radius: 20px;
}

#homeButton {
    font-size: 15px;
    line-height: 20px;
}

@media (max-width: 670px) {
    #notfound {
        background: url(/assets/images/banner_em_manutencao.jpg) no-repeat center center;
    }

    h1 {
        font-size: 3.5em !important;
    }

    h2 {
        font-size: 1.6em !important;
    }

    h4 {
        font-size: 1.2em !important;
    }

    #homeButton {
        font-size: 15px !important;
        line-height: 17px !important;
    }
}