.rodape {
    background-color: var(--cor-rodape);
    margin-top: 7rem;
    text-align: center;
    
}

.rodape .container {
    padding: 5rem 0;
}

.rodape h2 {
    font-family: var(--fonte-secundaria);
    font-size: var(--fonte-normal);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.rodape .container .contato{
font-size: 3rem;
}
