body {
    background: linear-gradient(90deg, #046D8B 40%, rgba(0, 0, 0, 0) 40%), linear-gradient(90deg, #309292 55%, rgba(0, 0, 0, 0) 55%), linear-gradient(90deg, #2FB8AC 60%, rgba(0, 0, 0, 0) 60%), linear-gradient(90deg, #93A42A 75%, #ECBE13 75%);
    font-family: Roboto, serif;
    color: white;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.contato {
    text-align: left; /* Centraliza o texto horizontalmente */
}


a {
    text-decoration: none;
    color: inherit; /* Opcional: mantém a cor padrão do link */
}

