* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/* center in the viewport */
body {
    min-height: 100vh;
    font-family: serif;
    display: flex;
    align-items: center;
    justify-content: center;
}


svg.svelte-1gxgo7f{width:95vmin;max-width:400px;height:auto;display:block}