body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
    max-width: 50vh !important;
    padding-top: 2rem !important;
}

qr-code {
    margin-bottom: 2rem;
    border-radius: var(--pico-border-radius);
    background-color: #ffffff;
}

textarea {
    max-width: 100%;
    min-height: 15rem;
}

label {
    display: none !important;
}

footer, #counter {
    text-align: center;
}
