body {
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

#mouseCanvas {
  position: fixed;
  z-index: -1;
}
