.box{
  background-color: red;
  height: 50px;
  width: 50px;
}

#shaderOverlay{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  pointer-events: none;
}

@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");

:root {
  --black: #1b1b1b;
  --pink: #db7497;
  --darker-cyan: #41bcbc;
  --cyan: #5fe4e4;
}

@font-face {
    font-family: 'Silkscreen';
    src: url('/fonts/my-pixel-font.woff2') format('woff2'),
         url('/fonts/my-pixel-font.ttf') format('truetype');
}

p {
    color: white;
    font-family: "Pixelify Sans", sans-serif;
}
