body
{
 background-color: black;
 background-image: url(//2001.realityripple.com/bg.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 color: white;
 text-align: center;
}
h1
{
 font-size: 48px;
 font-family: sans-serif;
 text-shadow: 0px 0px 2px;
 margin-bottom: 0.4em;
}
h2
{
 font-size: 18px;
 color: #FFFFFF;
 text-shadow: 1px 1px 1px #2040FF;
}
a, a:visited
{
 color: white;
 text-decoration: none;
}
a:hover
{
 text-decoration: underline;
}
a:active
{
 color: red;
}
h3 a, h3 a:visited
{
 color: #2040FF;
}
video
{
 border: 1px solid gray;
 background-color: rgba(0,0,0,0.5);
 width: 100%;
 max-width: 1280px;
}
video:fullscreen
{
 border: 0;
 max-width: unset;
}