<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Core
Author: smaboo
Description: Core theme for main https://mysmaboo.com site
Version: 1.0.0
*/

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body img {
    max-height: 225px;
    width: auto;
}</pre></body></html>