body {
    background-image: url("/assets/background.gif");
    
    background-color: #cccccc;

    background-size: cover; 

    background-repeat: no-repeat; 

    background-position: center; 

    background-attachment: fixed;
}

h1 {
  color: white;
}
