body {
    background-color: hsl(212, 45%, 89%);
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: hsl(216, 15%, 48%);
}
/*----------------------------------------------------------------------------------------------*/
main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
}

.QR {
    background-color: hsl(0, 0%, 100%);
    width: 20%;
    justify-self: center;
    text-align: center;
    padding: 1%;
    border-radius: 15px;
}

img {
    width: 100%;
    border-radius: 10px;
}

.CTA {
    margin: 7%;
}

.title {
    font-size: 20px;
    font-weight: 700;
    color: hsl(218, 44%, 22%);
}
/*----------------------------------------------------------------------------------------------*/
.attribution {
    font-size: 11px;
    text-align: center;
}

.attribution a {
    color: hsl(228, 45%, 44%);
}