<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


/*ãƒ‘ãƒ©ãƒ©ãƒƒã‚¯ã‚¹ã§å‹•ç”»ã‚’ãƒãƒƒã‚¯ã‚°ãƒ©ã‚¦ãƒ³ãƒ‰ã«åŸ‹ã‚è¾¼ã‚€éƒ¨åˆ†*/
#a,
#b,
#c,
#d {
    font-size: 18px;
    width: 100%;
    height: 100vh;
}
#a p {
    top:20px;
    margin-left: 1em;
    font-family: 'Century Gothic';
    font-size: 3rem;
    color: #222;
    text-shadow: 0 0 10px #fff
}
#b,
#d {
    background-color:#fff;
	height:720px;
}
#c {
    background: trasparent
}
video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100
}
</pre></body></html>