.attribution {
    font-size: 11px;
    text-align: center;
}

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

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Outfit', sans-serif;
    display: flex;
    text-align: center;
    justify-content: center;
    height: 100vh;
    background-color: hsl(212, 45%, 89%);
    flex-direction: column;
    align-items: center;
}

.container {
    background-color: white;
    border-radius: 15px;
    padding: 2rem;
    width: 300px;
    text-align: center;
}

p {
    color: hsl(216, 15%, 48%);
}

h1 {
    font-size: 1.5rem;
    margin: 1rem 0;
    color: hsl(218, 44%, 22%);
}

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