
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
  }

  canvas {
    width: 100% !important;
    height: auto;
    position: absolute;
  }

  .title {
    animation-delay: 1s
    max-width: 300px
    @media (max-width: 720px)
      display: none
      visibility: hidden
}



#p5sketch {
  height: auto;
  width: auto;
}
