body {
    background-color: #000;
    color: #eee;
    font-family: 'Quantico', sans-serif;
    font-size: 1em;
    padding:0;
    margin: 0;
    height: 100%
}

img {max-width: 85%; max-height: 85%; }
hr { width: 5%; border-bottom: solid 1px #fff;}

a { color: #fff; text-decoration: none;}
a.visited {color: #fff; }

#banner { background: #000; color: #fff; position: relative}
#banner p { margin: 0; padding: 5px; text-align: center}
#everything { background: #e50914; min-width: 100%; min-height: 100%; position: absolute;}

#green { color:#00FF00;  }
#red { color: #e50914; }

h1#telly { 
    font-size: 7em;
    margin: 0;
    padding: 0;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.4);
}

h2 { text-shadow: 3px 3px 0px rgba(0,0,0,0.2);}

#calltoaction { font-size: 3em; margin: none; text-shadow: 2px 2px 0px rgba(0,0,0,0.4); }