body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: sans-serif !important;
  font-variation-settings: "wght"600;
  font-feature-settings: 'ss04' on; 
  /*cursor: none;*/
}

#p5-div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}