body{
font-family: Summer;
}
.*{
text-rendering: optimizelegibility;
-moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'summer';
    src: url('summer.eot#') format('eot'),
         url('summer.woff') format('woff'),
         url('summer.ttf') format('truetype');
   
}

.background {
  /* Set rules to fill background */
 position:fixed; 
  top: 0; 
  left: 0; 
  z-index:-3; 
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height:100%;
  height:100%;
  
}