            @font-face {
                font-family: 'serif';
                src: url('/fonts/libeserif.ttf');
            }
            
            body {
                margin: 0;
                font-family: 'seriv';
				background: black;
				color: #CACACA;
                text-align: center;
                text-shadow: #393939 1px 1px;
            }
            
            .textbox2 {
                font-size: 16px;
                position: relative;
                left: 50%;
                transform: translate(-50%, 0%);
                width: 600px;
                text-align: justify;
                text-justify: inter-ideograph;
                white-space: pre-line;
            }

			video {
			  width: 100%;
			  height: auto;
			}

          	a {
          		color: #FF80CA;
          	}
