/* VG-STYLES 2024 */
* {
    margin: 0;
    padding: 0;
  }
  html, body, main {
    background-color: rgb(41 41 41);
    position: relative;
    height: 100svh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  canvas {
    max-width: 100vw;
    max-height: 100vh;
  }
  