I don't know the steps to fixing it using the configuration file off the top of my head, but I can say:
Your CSS file (and a lot of your site, including admin panel) isn't loading because you have it configured for 127.0.0.1 (your local computer).
Right now, your CSS file which contains all your page graphics isn't showing, because it is trying to fetch it using this URL: http://127.0.0.1/cache/themes/theme1/global.css which won't work, because 127.0.0.1 will only work on your own computer.
Your CSS file loads using this link http://173.218.194.60:44400/cache/themes...global.css
Someone here should be able to help you change your configuration file for MyBB, because it isn't properly configured for your host.
Your CSS file (and a lot of your site, including admin panel) isn't loading because you have it configured for 127.0.0.1 (your local computer).
Right now, your CSS file which contains all your page graphics isn't showing, because it is trying to fetch it using this URL: http://127.0.0.1/cache/themes/theme1/global.css which won't work, because 127.0.0.1 will only work on your own computer.
Your CSS file loads using this link http://173.218.194.60:44400/cache/themes...global.css
Someone here should be able to help you change your configuration file for MyBB, because it isn't properly configured for your host.