body {
    margin: 0;
    background-color: rgb(165, 193, 216);
    
}

.container {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    
}

.card {
    max-width: 260px;
    min-height: 420px;
    background-color:white;
    border: 2px solid white;
    border-radius: 10px;

}

.qrCode {
    max-width: 260px;
    max-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/* for full background qr code */
.bg {
    background-color: rgba(0,136,255,255);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 280px;
    border: 2px solid rgba(0,136,255,255);
    border-radius: 10px;
    margin: 15px 0;
}

.bg img {
    width: 60%;
    height: 60%;
    /*padding: 15px;*/
    box-sizing: border-box;
    
}

.qrCap {
    width: 100%;
    height: 30%;
   
}

.qrCap figcaption {
    text-align: center;
    font-size: 20px;
    padding: 0 15px;
    margin-top: 2px;
   

}

.qrCap p {
    text-align: center;
    font-size: 14px;
    padding: 0 15px;
    color: gray;
    
}
