main, article, section {
    box-sizing: border-box;
}
body {
    height: 100%;
    margin: 0;
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25em;
}

.container{
    position: relative;
    min-width: 18.75em;
    width: 100%;
    display: flex;
    justify-content: center;
}

.card {
    width: 100%;
    max-width: 21.25em;
    height: 60%;
    background-color: white;
    border-radius: 1.25em;
    transform: translate(0, 50%);
}

.qrBox {
    display: block;
    width: 100%;
    padding: 1.125em 1.125em 0.625em;
}

.qrBox img {
    display: block;
    width: 100%;
    border-radius: 1.25em;
}

.text {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0.3125em 1.5em 1.5em;
}

h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: hsl(218, 44%, 22%);
}

p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 0.9375em;
    color: hsl(216, 15%, 48%);
}

.attribution {
    text-align: center;
    font-size: 0.6875em;
    position: absolute;
    margin-block-end: 0.625rem;
    color: hsl(228, 45%, 44%);
 }