:root {
    --main-bg-color: #D5E1EF;
    --main-font-color: #68778D;
}

* {
  box-sizing: border-box;
}

body {
    font-size: 0.9375rem;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    display: grid;
    place-content: center;
    min-height: 100dvh;
    padding-inline: 1rem;
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
    line-height: 140%;
    letter-spacing: 0.0125rem;
}

body, p {
    margin: 0;
}

h1, p {
    padding: 0 16px;
}

h1 {
    font-weight: 700;
    font-size: 1.375rem;
    margin: 24px 0 16px 0;
    color: #1F314F;
    line-height: 120%;
    letter-spacing: 0;
}

img {
    width: 288px;
    height: 288px;
    border-radius: 10px;
}

.qr-code-container {
    padding: 16px 16px 40px 16px;
    border-radius: 20px;
    width: 320px;
    height: 499px;
    background-color: white;
    text-align: center;
}

.attribution {
    margin: 12px 0 0 0;
    text-align: center;
}