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

body {
  margin: 0;
  background-color: black;
  color: lime;
  font-family: 'VT323', monospace;
  font-size: 16px; 
}

canvas#matrix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

#overlay {
  position: relative;
  z-index: 1;
  padding: 20px;
}
