<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#container {
    width: 100%;
    height: 320px;
}

#info {
    position: absolute;
    left: 20px;
    top: 40px;
    font-size: 12px;
    background: #FFF;
    width: 300px;
    padding: 5px;
    border-radius: 3px;
}
</pre></body></html>