@font-face {
  font-family: 'GalacticStorm';
   src: url('fonts/GalacticStorm.eot'),
   url('fonts/GalacticStorm.eot?#iefix') format('embedded-opentype'),
   url('fonts/GalacticStorm.woff') format('woff'),
   url('fonts/GalacticStorm.ttf') format('truetype');
}
@font-face {
  font-family: 'Oswald';
   src: url('fonts/Oswald.eot'),
   url('fonts/Oswald.eot?#iefix') format('embedded-opentype'),
   url('fonts/Oswald.woff') format('woff'),
   url('fonts/Oswald.ttf') format('truetype');
}
body {
background-image: url('oz.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
font-family: 'GalacticStorm', Liberation, sans-serif;
}
h1 {
font-family: 'GalacticStorm', Liberation, sans-serif;
font-size: 500%;
color: #fff;
}
h2 {
font-family: 'GalacticStorm', Liberation, sans-serif;
font-size: 300%;
color: #fff;
}