body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(212, 45%, 89%);
    font-size: 15px;
    height: 100vh;
    margin: 0;
}

p {
    color: hsl(218, 44%, 22%);
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    margin: 0;
}

.card {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 20px gray;
    overflow: hidden;
    width: 375px;
    text-align: center;
}

.qr-code img {
    border-radius: 10px;
    margin-top: 20px;
    width: 90%;
    height: auto;
}

.text {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    padding: 20px;
}

.description {
    color: hsl(216, 15%, 48%);
    font-size: 12px;
    margin-top: 10px;
}