.section {
    display: flex;
    flex-direction: column;

    background-image: url(../img/bg_whatsapp.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    overflow: auto
}

#annex{
    visibility: hidden;
}

.floatAccount{
    display: flex;
}

.floatAccount span{
    margin-left: auto;
}