/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body { 
	background-image: url("../img/background.jpg");
}

h1 {
   font-size: 100px;
}

.content {
    color: black;
}


/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    color: Snow;
}
