body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0%;
    background-color: #d5e1ef;
    font-family: 'Arial', sans-serif;                 
}

.qr-code img{
    display: block;
    border-radius: 10px;
  
  
    
    max-width: 100%;
}
.qr-code{
    
    padding: 5px;
    margin-bottom: 24px;
    overflow: hidden;

    
}
.qr-card{
    background-color: white;
    text-align: center;
    border-radius: 20px;
    padding: 16px;
    width: 320px;
    
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    
    


}
.qr-info h3{
    margin-bottom: 10px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 16px;
    padding: 0 16px;

}
.qr-info p{
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 24px;
    padding: 0 16px;
    color: #7b879d;
    
}
    

