text-decoration: none;
}
+body::before {
++ content: "";
++ position: fixed;
++ left: 0;
++ top: 0;
++ width: calc(100% + 32px);
++ height: calc(100% + 32px);
+ background-image: url("/scanlines.png");
++ background-position: 0 0;
++ background-position-x: 0px;
++ background-position-y: 0px;
++ background-repeat: repeat;
++ background-repeat-x: repeat;
++ background-repeat-y: repeat;
++ pointer-events: none;
++ z-index: 10000000;
++ opacity: 0.1;
+}
+
body {
display: flex;
flex-direction: column;