html {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
 
::selection { background: transparent; color:inherit; }
::-moz-selection { background: transparent; color:inherit; }
@font-face {
    font-family: "Franklin";
    src: url('fonts/franklin-gothic-book-regular.ttf');
}
body
{
background-color: black;
}
h1
{
    color: #e6e6e6;
    font-family: "Franklin", Helvetica, Arial, sans-serif;
    height:500px;
    line-height:500px;
    text-align:center;
    font-size:42px;
    letter-spacing: 1em
}
