/**
 * General CSS - Applied to all pages
 */

/* Background image for html element */
body {
    background-image: url('/ASSETS/images/dune.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
