body{ 
    min-height: 100vh;
    margin:0;
    display: flex; 
    text-align: center; 
    align-items: center;
    justify-content: center;
}
.qr-all{
    width: 300px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow:black;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19); 
    margin-top: 15vh;
    font-family: Georgia, Times, serif;
    
}

.qr-image img{
    width: 300px;
    height: 300px;
    border-radius: 10px;
}
.qr-text h3{
    color: black;
    font-size: 20px;
    margin: 10px;
}

.qr-text p{
    color: rgba(33, 32, 32, 0.958);
    font-size: 15px;
    margin: 10px;
    padding: 10px;
}

