<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
    background-color: #fff
}

.centerCanvas {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.rotate-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none
}

.rotate-txt {
    position: absolute
}

.rotate-txt img {
    width: 100%
}</pre></body></html>