body:before {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: brown;
    background-image: url('../../img/background/42.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
