.long-text {
    word-wrap: break-word;
    font-size: small;
}

pre {
    padding: 0;
}

img#brand-logo {
    height: 5rem;
    width: auto;
    aspect-ratio: attr(width) / attr(height);
}

img.qr-code {
    width: auto;
    height: 100%;
    aspect-ratio: 1/1 auto;
    image-rendering: pixelated;
}

.login-card {
    width: 18rem;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 0.8rem;
    margin-right: 8rem;
    margin-top: 1rem;
}