.card{
    display: flex;
    flex-direction: column;


    max-width: 320px;
    padding: 1rem;
    gap: 1rem;

    background: white;
    border-radius: 20px;

    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.content{
    text-align: center;
}
.qr-container{
    padding:10px;
    text-align: center;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin:0;
    background-color: #d5e1ef;
    line-height: 1.4;
}
img{
    width: 90%;
    border-radius: 10px;
    margin-bottom: 0.10rem;

}
.content{
    font-size:15px;
    font-family: 'Outfit', sans-serif;

}

h1{
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0 1rem;
    margin-top: 0.10rem;
}

p2{
    font-size: 0.9375rem;
    padding: 0 1rem;
}
