*{
    margin: 0px;
    padding: 0px;
}

.parent{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: beige;
    width: 100vw;
    height: 100vh;
}

.card{
    width: 302.5px;
    height: 465px;
    background-color: white; 
    padding: 2px;
    border-radius: 15px;
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.363); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qr-code{
    object-fit: cover;
    width: 275px;
    height: 275px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.heading-text{
    max-width: 275px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: 600;
    text-align: center;
}

.desc-text{
    max-width: 275px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}