body{
    background-color: hsl(212, 45%, 89%);
    font-size: 13px;
    text-align: center;
    font-family: 'Outfit',sans-serif;
    font-weight: 400;
}
h1{
    font-size: 18px;
    color: hsl(218, 44%, 22%);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
}
p{
    color: hsl(220, 15%, 55%);
}
#qr_container{
    width: 250px;
    height: 450px;
    background-color: hsl(0, 0%, 100%);
    margin: 15vh auto;
    padding: 15px 15px;
    border-radius: 20px;
}
#qr-code{
    
    height:280px;
    margin: 0 auto 20px auto;
}

#qr-code img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    
}
#text{
    width: 230px;
    margin:  10px auto

}
