.texto h1 {
    margin-bottom: 10px;
    text-align: center;
}

.main-container {
    margin-top: 10px;
}

footer {
    background-color: #333;
    color: white;
    padding: 10px 0;
    width: 100%;
}

.rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.rodape h2 {
    margin: 10px;
    font-size: 18px;
    color: white;
}

.redes-icones a {
    margin: 0 10px;
    font-size: 24px;
    color: white;
    transition: color 0.3s;
}

.redes-icones a:hover {
    color: #ccc;
}

