body, html {
    height: 100%; 
    margin: 0;  
    padding: 0; 
}

body {
    background-image: url('wont-forget.jpg'); 
    background-repeat: no-repeat;                
    background-position: center;                
    background-size: cover;                    
    background-attachment: fixed;                
}