
html{
  cursor: url("cursor.png"),e-resize;
}


@import url("https://fonts.googleapis.com/css?family=Aleo");

:root {
  font-family: "Aleo", sans-serif;
}

.page-loader {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 1)
}

canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  pointer-events: none;
}
