<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0; padding: 0;
}

@font-face {
    font-family: 'lovers_quarrelregular';
    src: url('font/loversquarrel-regular-webfont.eot');
    src: url('font/loversquarrel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/loversquarrel-regular-webfont.woff2') format('woff2'),
         url('font/loversquarrel-regular-webfont.woff') format('woff'),
         url('font/loversquarrel-regular-webfont.ttf') format('truetype'),
         url('font/loversquarrel-regular-webfont.svg#lovers_quarrelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#canvas {
    display: block;
}

#background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
}

#name {
    position: absolute;
    top: 1vw; 
    left: 5%;
    width: 45%;
    font-size: 7vw; 
    text-align: center;
    text-shadow: 0px 0px 5px #000;
    font-family:'lovers_quarrelregular'; 
    color:#ffeca0; 
    word-wrap:break-word;
    background-color: rgba(0,0,0,0.5);
}

#message {
    position: absolute;
    top: 10vw;
    left: 5%;
    width: 45%;
    font-size: 7vw;
    text-align:center;
    word-wrap: break-word;
    color:#ffeca0;
    text-shadow: 0px 0px 5px #000;
    font-family: 'lovers_quarrelregular';
    background-color: rgba(0,0,0,0.5);
}
</pre></body></html>