html {
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(0,128,96); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,128,96,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,128,96,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,128,96,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,128,96,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,128,96,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,128,96,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008060', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

a {
    color: #008060;
    text-decoration: none;
}

h1,h2 {
    font-family: 'Orbitron', sans-serif;^M
//    font-family: 'Rock Salt', cursive;
}

h1 {
    font-size: 500%;
    text-shadow: 0 0 .05em    white;
}
h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 150%;
    margin-top: -103px;
    color: rgb(0,128,96);
}
p
{
    font-family: 'Orbitron', sans-serif;
    color: rgb(0,128,96);
}


h1 {
  font-size: 13.9vw;
}
h2 {
  font-size: 6.0vh;
}
p {
  font-size: 3vmin;
}