
#QRCodecontainer {
    text-align: center;
    display: none;
    z-index: 100;
    width: 520px;
    height: 510px;
    top:50%;
    left: 50%;
    position: absolute;
    margin-left: -250px;
    margin-top: -275px;
}


#qrcode {
    margin-bottom: 20px; /* Adds space between the QR code and the buttons */
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.thebutton {
    margin: 5px;
    padding: 5px 10px;
    font-size: large;
    cursor: pointer;
}

#qrcode{
    display: none;
}
#downloadQR{
    display: none;
}