@charset "utf-8";
/* CSS Document */

p {
    font-family: Georgia, serif; 
    color:#07000d;
}
    
h1 {
    font-family: Georgia, serif;       
} 

#home {
	margin: 10em;
	padding: 10em;
	background-color: silver;
	background-image: url(../images/Swordfern_gris.jpg);
    background-attachment: fixed;
	background-repeat: repeat-x;  
}

.spacer {
    margin-top: 140px; /* define margin as you see fit */
}
