
    main.svelte-1lftdb5 {
        margin-top: var(--gsm-header-height);;
        display: flex;
        flex-direction: column;
        min-height: var(--gsm-content-height);
        justify-content: start;
        width: 100%;

        max-inline-size: none;
        overflow: hidden;
        padding-bottom: 120px;
    }

    .button.svelte-1lftdb5 {
        bottom: 25%;
        color: white;
        font-size: 1.5rem;
    }

    @media (max-width: 576px) {
        .button.svelte-1lftdb5 {
            width: 260px
        }
    }

    h1.svelte-1lftdb5,h2.svelte-1lftdb5, /* (unused) h3,h4*/h5.svelte-1lftdb5 {
        line-height: 1.1;
    }
