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

body {
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

* {
    font-family: 'Outfit';
    text-align: center;
    text-wrap: wrap;
}

#qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 15%;
    background-color: hsl(0, 0%, 100%);
    border-radius : 15px;
}

#qr-image {
    border-radius : 15px;
    min-width: none;
    margin: 10px 0 10px 0;
    max-width: 90%;
}

#qr-text {
    max-width: 90%;
    margin: 0 15px 0 15px;
}

#qr-text > p:nth-child(1) {
    font-size: 15px;
    font-weight: bold;
}

#qr-text > p:nth-child(2){
    font-size: 12px;
    font-weight: lighter;
}