* {
    font-family: sans-serif, Times New Roman;
    background-color: white;
    margin: 0;
    padding: 0;

}


body {
    background-color: grey;
}
p {
 font-size: 15px;
 text-align: center;
 
}

qr-container {
    width: 350px;
    height: 500px;
    background-color: white;
    border-radius: 20px;
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
}
qr-code-img{
    text-align: center;
    border-radius: 20px;
}

qr-code-img img{

    width: 100%;
    padding: 1.5rem;
}

h2{
    text-align: center;
    padding: 0 1.4rem;
}