svg {
  padding: 8em; }
  svg path {
    stroke: var(--color); }

body, html, main, #svelte {
  overflow-y: hidden;
  height: 100vh; }
