@import url("baseSite.css");

.h1-index{
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: var(--vermelho);
    border-bottom: 3px solid var(--vermelho);
    padding-bottom: 6px;
}

.nivel1 {
    background: white !important;
    color: #c40000 !important;
}

.nivel2 {
    color: white !important;
    background: #d60000e3 !important;
}

.acolito {
    background: rgba(0, 0, 0, 0.829) !important;
    color: white !important;
}

@media (max-width:768px){
    .h1-index{
        font-size: 30px;
        margin: 30px 0 20px 0;
    }
}