
body {
}

.funkytitle {
  font-size: 75px;
}

#cheendfullnessfullness {
  margin: 10px;
  background-image: url('peiced.png');
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  z-index: -1;
}


body {
  background-color: black;
 
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;  
  
  
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-family: Arial;
  
  overflow: hidden; /* dont scroll  */

  /* dont scroll dont scroll for the love of god i fucking hate phone layouts */
  overscroll-behavior: none;
  touch-action: none;
 
}