html, body {
      margin: 0;
      padding: 0;
      background: black;
      overflow: hidden;
      height: 100%;
      width: 100%;
    }

canvas {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      width: 100vw;
      height: 100vh;
    }

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 500px;   
    height: auto;  
    filter: brightness(0) invert(1);
    }
.Meee
{
      font-family: 'BBH Sans Bogle', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 32px;
      color: white;       
      text-align: center;  
      margin: 20px auto;    
      position: absolute;
      top: 70%;
      display: block;
      padding: 0;
      border: none;
      width: 100vw;
      height: 100vh;

}