




#container_scroll{
    padding-left: 2%;
    padding-bottom: 8%;
}

a{
    align-items: start!important;
    justify-content: start!important;
    width: fit-content!important;
}

#mentions{
    padding-bottom: 2%;
}

@media (max-width: 700px) {

    #container_scroll{
        text-align: center;
    }
    a{
        align-items: center!important;
        justify-content: center!important;
        width: 100%!important;
    }

}


