
#main{
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    font-family:'Outfit', sans-serif;
    margin-bottom: 20px;
    color: hsl(218, 44%, 22%);
}

#sub{
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    font-family:'Outfit', sans-serif;
    color:hsl(216, 15%, 48%);
}

.attribution { 
    font-size: 11px; 
    text-align: center;
    position: fixed;
    bottom: 0%;
    left:50%;
    transform: translate(-50%, -50%);
}
.attribution a { 
    color: hsl(228, 45%, 44%); 
}

:root{
    background-color: hsl(212, 45%, 89%);
}

.qr{
    background-color: white;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding: 25px 15px;
    border-radius: 10px;
    max-width: 270px;
    max-height: 900px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.qr img {
    width: 230px;
    height: 230px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: block;
}