@font-face {
    font-family: VT323;
    src: url(/sources/fonts/VT323-Regular.ttf);
}

body, html {
    font-family: VT323;
    color: rgb(255, 255, 255);
    background-color: black;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background-image: url('/sources/wait/wait2.png');
    background-repeat: repeat;
    background-size: 20px;
}

div {
    width: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

p {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
span {
    background-color: black;
}

img {
    height: 100%;
    width: 100%;
    filter: invert(0.49) saturate(0) contrast(100) blur(1px);
    image-rendering: pixelated;
    mix-blend-mode: difference;
}