/* general */
body {
    font-family: "Outfit", sans-serif;
    background-color: hsl(212, 45%, 89%);
    box-sizing: border-box;
}

/* pre-added */
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }

/* wrap */
.wrap {
    background-color: white;
    max-width: 375px;
    border-radius: 15px;
    margin: 5% auto;
    padding: 15px;
    text-align: center;
}

/* qr img */
.wrap img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

/* title */
h1 {
    color: hsl(218, 44%, 22%);
    font-size: 1.8rem;
    font-weight: 700;
}

/* description */
p {
    font-size: 1.4rem;
    color: hsl(216, 15%, 48%);
    font-weight: 400;
}