* {
  box-sizing: border-box;
}
body {
}
svg {
  position: absolute;
  top: 0;
  left: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
h1 {
  display: grid;
  place-content: center;
  font-family: "Times New Roman", Times, serif;
}
#canvas {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#page-container {
  height: 100vh;
}
#mouse-stalker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}
