<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pop {
    width: 200px;
    height: 400px;
    position: fixed;
    left: 100%;
    top: 50%;
    margin-top: -100px;
    margin-left: -220px;
    background-image: url(pop1.jpg);
    border: 1px solid #666;
    z-index: 9999;
}
#closepop {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
</pre></body></html>