* {
    font-family: Roboto, sans-serif;
    color: #333;
    font-size: 16px;

}

.block-page {
    display: flex;
    border-radius: 15px;
    background: #eeeef3;
}
.block-marg {
    padding: 30px 20px;
    text-align: center;
}

footer {
    background: #1c212e;
    height: 7vh;
    color: #B6B6C4;
    position: absolute;
    width: 100vw;
    min-height: 25px;
    bottom: 0;
    z-index: 2;

}

.footer-resolution{
    display: flex
}
.text-footer{
    padding: 0 0 0 0;

}

footer, article, nav, aside {
    padding: 0.5vh;

}

.joao {
    font-weight: 600;
}
