$1:
If you load the site as https the CSS doesn't load, that's why the txt and images are scattered. I might be able to fix that.
.htaccess file?
$1:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]