  body {
    background-color: #000;
    font-family: monospace;
    color: #ccc;
    padding-top: 20px
  }
  a,h1,h2,h3,h4,h5,h6 {
    color: #fff;
    text-decoration: none;
  }
pre {
	padding-top: 3.75%;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	font-weight: bold;
	color: #999;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125%;
    min-height: 105%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    overflow: hidden;
 
     
    
    .bloody {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
color: #FFFFFF;
    font-size: 10pt;
    font-family: "Courier New", Fixedsys, Monospace;
    white-space: pre;
    word-wrap: break-word;
    -webkit-line-break: after-white-space;
    display: block;
    line-height:1.0;
    text-align: center;
}