How to center and move down the footer in Debut theme?

Hello,

I use the debut theme and would like to move my footer down and to the center like this :

Domain is : www.joanachristina.com

Thank you :slightly_smiling_face:

@Joanachristina ,

Also add this CSS to your theme.scss file

.site-footer__content .site-footer__item.site-footer__item--one-half {
    justify-content: center;
}

Thanks!