<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(reset.css);

.ms-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ms-section h1{
    font-size: 4rem;
}</pre></body></html>