/* Background image for the entire page */
body {
    margin: 0;
    padding: 0;
    background-size: cover;
    background: url("../files/gold-vein-marble3.jpg") no-repeat fixed center center;
}
