body {
  font-family: orbitron;
  padding: 20px;
  background: #001f63;
  color:white;
}

h5, h4, h3, h2, h1 {
  font-family: orbitron;
}

p.header {
  font-family: orbitron;  
}

.footer {
  background: #0000ff;
}


/* FONTS */
@font-face {
  font-family: 'orbitron';
  src: url('orbitron_regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('orbitron_regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
