body {
    background-color: hsl(212, 45%, 89%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1000px;
    font-size: 15px;
}

.QRCode {
    margin-top: 10px;
    border-radius: 5%;
    
}


#Container {
    text-align: center;
    background-color: white;
    border-radius: 5%;
    height: 375px;
    width: 300px;
    
}

#h3 {
    color: hsl(216, 15%, 48%);
}

#h4 {
    color: hsl(218, 44%, 22%);
}

.attribution {
    margin-top: 10px;
}