
* {
    background: none !important;
}
body{
    background: url('img/print-watermark.png') repeat !important;
}

.print-watermark{
    display: block !important ;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

body {
    min-height: 300vh;
    position: relative;
    margin: 0;
}

