.attribution { 
    font-size: 11px; 
    text-align: center; 
    font-family: 'outfit';
}
.attribution a { 
    color: hsl(228, 45%, 44%); 
    font-family: 'outfit';
}
body {
    background-color: hsl(212, 45%, 89%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height : 100vh;
}
.container {
    display: flex;
    flex-direction: column;
    background-color: hsl(0, 0%, 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.qr-code  > img{
    border-radius: 26px;
    padding: 17px;
}
.text {
    width : 240px;
    height: 160px;
    box-sizing: border-box;

}
.text > .main {
    color : hsl(218, 44%, 22%);
    font-size: 15px;
    font-family: "outfit";
    text-align: center;
    font-weight: 700;
    padding-left : 20px;
    padding-right : 20px;
}
.text > .sub-text {
    color: hsl(216, 15%, 48%);
    font-size: 15px;
    font-family: "outfit";
    text-align: center;
    font-weight: 400;
    padding-left : 20px;
    padding-right : 20px;
}
