    #qrContainer {
        width: 200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #qr_code {
        width: 100%;
        height: 100%;
    }

    #qrcode img {
        width: 100px !important;
        display: inline-block !important;
    }

    #qr_code img {
        width: 200px;
        height: auto;
    }

    .qrlogocontainer {
        max-width: inherit !important;
    }

    .logocontainer img {
        max-width: 350px;
    }

    #qrcodeGeneratorPage {
        margin-top: 15px;
    }

    #qrcodeGeneratorPage .page {
        position: absolute;
        right: 0;
        min-height: 100vh;
        padding-bottom: 50px;
        overflow: auto;
        background-color: rgb(32, 32, 32);
        background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
        background-size: 10px 10px, 10px 10px, 10px 5px;
        background-position: 0px 0px, 5px 5px, 0px 0px;
    }
