body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #080c1c;
  }
  
  #container {
    text-align: center;
  }
  
  h1, h2 {
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
    z-index: 100;
  }

  img {
    width: 25rem;
  }
  
  canvas {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
  }
  