    body {
	  font-family: "Open Sans", sans-serif;
      margin: 0;
      background: #000;
      overflow: hidden;
    }

    .fof {
      margin: 0;
      width: 100vw;
      height: 100vh;
    }

    .fof canvas {
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
    }

    footer {
      position: fixed;
      bottom: 0;
      width: 100%;
      text-align: center;
      font-size: 15px;
      padding: 4px 0;
      backdrop-filter: blur(4px);
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      z-index: 2;
    }