<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset utf-8;
.wrap {
    width: 40%;
    margin: 10px auto;
        text-align: center;
}

.wrapper {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;

    width: 100%;

    padding: 2em;
}

.main {
    border-radius: 10px;
    padding: 2em;

}


h1 {
    font-size: 1.2em;

}

p {
    font-size: 0.9em;
}
</pre></body></html>