/* ===== Relevant styles ===== */
/* functionally the same as a style, take it out of documen flow */
svg[height='0'] { 
    position: fixed; 
}

.noise {
    padding: 1rem;
	background: purple;
    background-image: url(#svg);
}