html{
font-family: 'Open Sans', sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
h1{
position: fixed;
width: 100%;
text-align: center;
top: 0;
height: 15%;
line-height: 0.8;
}
h1 a, .blue{
text-decoration: none;
color: #0062ff;
}
h1 a:hover, .blue:hover{
color: #156fff;
cursor: pointer;
text-decoration: underline;
}
#p, .p{
position: fixed;
width: 100%;
text-align: center;
top: 85%;
}
#vid{
position: fixed;
left: 0;
top: 25%;
width: 100%;
height: 50%;
}
#load{
color: white;
z-index: 1;
position: fixed;
left: 0;
top: 45%;
font-size: 24px;
text-shadow: 0px 0px 8px black;
}
#vidoverlay{
position: fixed;
left: 0;
top: 25%;
width: 100%;
height: 50%;
color: transparent;
}