Adding social icons to center of page

Hey guys,
this is my website http://polylog-arts.world/

I am trying to create a series of social media icons in the center of the screen, under a logo, kind of like this
https://donotsleepibiza.com/

Is there any way to do this?

Hey there

Sorry, but your website is not available, are you sure URL is correct?
Are you trying to create comming soon page?

The website was down cause a plugin got corrupted - has been fixed! You can see it now.

so i’ve actually managed to kind of do it, but for some reason I am unable to center the icons. I have used this custom CSS to make the footer transparent

.footer {background: rgba(255, 255, 255, 0.0);}

And this to position it where it is

.site-footer{
padding-top: 155px;
padding-bottom: 5px;
}

how can I center it from here?

Hey there

Looks like you solved it too, icons are centered now