body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: hsl(212, 45%, 89%);
    margin: 0;
}

p {
    margin: 0;
}
.card {
    position: absolute;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.2em;
    background-color: hsl(0, 0%, 100%);
    border-radius: 5%;
}

.card-qr-code {
    width: 270px;
    height: 270px;
    border-radius: 10%;
    padding: 0.8em;
}

.card-title {
    font-family: 'Outfit', sans-serif;
    color: hsl(218, 44%, 22%);
    font-weight: 700;
    width: 75%;
    margin-top: 10px;
}

.card-text {
    font-family: 'Outfit', sans-serif;
    color: hsl(212, 45%, 89%);
    font-size: 15px;
    width: 70%;
    margin-bottom: 10px;
    font-weight: 400;
    text-align:center;
}

.attribution {
    margin-top: auto;
}