<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#display-comingsoon {
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#display-comingsoon p {
        text-align: center;
    font-size: 40px;
    color: #999;
    font-weight: bold;
}</pre></body></html>