body {
  /* background-color: black; */
  /* background: linear-gradient(to right, black, white); */
  background-image:  url('texture.png');

  

  /* leave it to hide the scrollbars */
  overflow: hidden;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex

  
}

