/* qr_code_generator.css */
#qrcode-container {
    margin-top: 20px;
    text-align: center;
}

#qrcode-img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}