body {
    display: flex;
    margin:0;
    height: 100vh;
    width: 100vw;
    background-color: black;
    overflow: hidden;
    position: fixed;

  }
  
  shader-art {
    display: block;
    height: 100vh;
    width: 100vw;

  }
  
  shader-art canvas {
    display: block;
    height: 100vh;
    width: 100vw;
  }

  .dg {
    display: none;
  }

 

  img {
    justify-content: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    transform: translate(-50%, -50%);
    margin-right: 10%;

  }
/*h1 {*/
/*max-width: 100%;*/
/*text-align: center;*/
/*padding-bottom: 5%;*/
/*font-family: 'Space Grotesk', sans-serif;*/
/*font-size: medium;*/
/*color: #FDF8F3;*/
/*transform: translate(-50%, -50%);*/

/*}*/