/*.navbar {*/
/*    background: #b7daf8;*/
/*}*/

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 10000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='200'%3E%3Ctext x='125' y='100' text-anchor='middle' dominant-baseline='middle' font-size='28' font-weight='bold' fill='rgb(240,240,240)' font-family='Arial' letter-spacing='6' transform='rotate(-45 125 100)'%3ETESTING%3C/text%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 250px 200px;
    mix-blend-mode: multiply;
}