body {
    background-attachment: fixed;
    /*background-image: url('/background.jpg');*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

nav {
    border-bottom: 1px solid black;
}