main {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
}

main {
    gap: 20px
}

div a {
    font-size: 18px;
    transition: transform 0.5s ease;
    text-decoration: none;
    color: black;
}

div a:hover {
    cursor: pointer;
}

div a.a-2 {
    color: rgb(38, 38, 189);
}

div#contato1-whatsapp {
    display: flex;
    max-width: 800px;
    max-height: 200px;
    background-color: #f6f4f6;
    border-radius: 15px;
    gap: 25px;
    justify-content: center;
    padding: 40px;
}

div#contato2-outrasRedes {
    display: flex;
    max-width: 800px;
    max-height: 200px;
    background-color: #f6f4f6;
    border-radius: 15px;
    padding: 20px;
    gap: 20px;
}

div#div-instagram {
    display: flex;
    align-items: center;
}

div#div-facebook {
    display: flex;
    align-items: center;
}

div#div-x {
    display: flex;
    align-items: center;
}

div#contato3-email {
    display: flex;
    gap: 20px;
}