html, body {
    height: 100%;
}
body {
    margin: 0;
}
svg {
    width: 100%;
    height: 100%;
}
svg:not(.svg){
     filter: url(#svgfilter);
}
.svg { position: fixed; z-index: -1; }