:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-width: 100%;
  min-height: 100vh;
}

html {
  scroll-snap-type: y mandatory;
}

app {
  margin: 0;
  padding: 0;
  width: 100%;
  height: fit-content;
}


    canvas.svelte-ctghby {
        width: 100%;
        height: 100%;
    }

  main.svelte-1n46o8q {
    width: 100%;
    height: 100vh;
    background: #000000;
    overflow-y: hidden;
  }

  .container.svelte-1n46o8q {
    width: 100%;
    margin: 0;
    height: fit-content;
    display:flex;
    flex-direction: column;
  }
  .name.svelte-1n46o8q {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(10px);
    padding: 2em;
  }

  h1.svelte-1n46o8q {
    font-size: 50px;
    margin: 0;
    display: inline;
  }
