<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.board {
    width: 400px;
}

.info {
    width: 400px;
    display: none;
}

.move-history {
    max-height: 100px;
    overflow-y: scroll;
}</pre></body></html>