How can I move page content to bottom center in page.contact.liquid?

Hi

I have a contact us page on my website, where the address needs to be shifted to the bottom of the page in center. I found the code in page.contact.liquid :


      

        

          {{ page.content }}
        

How do I shift this to bottom center? Page link - https://www.kerryparker.uk/pages/contact

@ArpitaSarin96
Where are you looking to add.
kindly share a screenshot.

Image Added For Reference.

@ArpitaSarin96
You want to add a full contact form. as you mention.


      

        

          {{ page.content }}
        

Add this code in the bottom of the tag.
in the contact page and remove the top code of the form.