body {
  background-color: gray;

  /* leave it to hide the scrollbars */
  overflow: hidden;
  margin:0;
  justify-content: center;
  align-items: center;
  display: flex;

}


.container {
  display: flex
  justify-content: center
  align-items: center
  flex-flow: row wrap
  overflow: hidden
}
  .title {
    animation-delay: 1s
    max-width: 300px
    @media (max-width: 720px)
      display: none
      visibility: hidden
}



#p5sketch {
  height: 800;
  width: 800;
}
