<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);

.demo &gt; p,
h1{
    margin: 2rem 1.5rem 1rem;
    color: #434343;
    font-size: 1rem;
    font-weight: normal;
}

.demo &gt; div{
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.demo01{
    background-color: #D6D6D6;
}

.demo02{
    background-color: #233B6C;
}
</pre></body></html>