html{
  height: 100%;
}
body{
		margin: 0;
		padding: 0;
		height: 100%;
		overflow: hidden;
		cursor: none;
}
#canvas{
		background-color: #000;
		width: 100%;
		height: 100%;		
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 3.5em;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}