<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /*** Styles for QR code public ***/
.pv_qrcode {
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pv_qrcode img {
    margin: auto;
}
</pre></body></html>