* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit';
}

.container {
    background-color: hsl(212, 45%, 89%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.card  {
    background-color: #fff;
    width: 320px;
    height: 499px;
    border-radius: 20px;
    padding: 16px 16px 40px 16px;
}

.qr-image {
    width: 288px;
    border-radius: 10px;
}

.text-content {
    width: 288px;
    height: 131px;
    margin-top: 20px;
}

h3 {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

p {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
    color: gray;
}