body{
    background-color: #D5E1EF;
}

.qr--card {
    max-width: 320px;
    background-color: #fff;
    border-radius: 15px;
}


.qr--image{
    border-radius: 15px;
}

.qr--text p:nth-child(1){
    font-size: 22px;
    color:#1F314F;
    text-align: center;
    font-weight: 700;
}

.qr--text p:nth-child(2){
    font-size: 15px;
    color:#68778D;
    text-align: center;

}