body {
    background-color: #bdc9c9;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.qr-code-component {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    margin: auto;
    width: 245px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
}

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

.qr-code-component h1 {
    margin: 20px 0 10px;
}


.description {
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
}

.attribution { 
    margin-top: auto;
    font-size: 11px; 
    text-align: center; 
    
}
.attribution a { 
    color: blue;
    text-decoration: none;
}