@font-face {
  font-family: 'start';
  font-style: normal;
  font-weight: normal;
  src: local('start'), url('assets/Prstart.ttf') format('truetype');
}

head, body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #232323;
  color: white;
  font-family: 'start';
}

canvas {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
