body {
    font-family: Outfit, 'Arial', sans-serif;
    font-size: 15px;
    background-color: rgb(213, 225, 239);
    color: rgba(31, 50, 81, 0.541);
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 4.77%));
    padding: 16px 16px 40px;
    width: 320px;
    box-sizing: border-box;
    text-align: center;
}

.text {
    padding: 0 16px;
    ;
}

.card h3 {
    color: rgb(31, 49, 79);
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0px;
}

.card p {
    color: rgb(104, 119, 141);
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.2px;
}

.qr-code {
    width: 288px;
    height: auto;
    border-radius: 10px;
}

.attribution {
    font-size: 11px;
    text-align: center;
    position: fixed;
    bottom: 0;
}

.attribution a {
    color: rgba(31, 50, 81, 0.541);
}