body {
      font-family: 'Helvetica Nueue', Helvetica, Arial, sans-serif;
      margin: 0;
      /*overflow: hidden;*/
      background: #000;
    }

    .container {
      display: flex;
      justify-content: center;
      align-items: center;

      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
    }

    .title {
      font-size: 10vw;
      color: white;
    }

    .quote {
	    max-width: 350px;
	    margin: 0 auto;
    }

    canvas {
      width: 100%;
    }
