body{
    width: 375px;
    
    background-color:hsl(212, 45%, 89%) ;
   justify-content: center;
    align-items: center;
    
    margin: 0;
 /*   
   */
}
.cadre{
    background-color:  hsl(0, 0%, 100%);
    width: 280px;
    height: 430px;
    align-items: center;
    margin-left: 190%;
    margin-top: 50%;
    border-radius: 20px;
    text-align: center;
   font-size: 13px;
    font-family:"https://fonts.google.com/specimen/Outfit";
  
}
.QR_code{
    width: 250px;
    height: 230px;
    border-radius: 10px;
    margin: 15px;
    
}
.text1{
    margin: 15px;
    color: hsl(218, 44%, 22%);
    margin-left: 15px;
    margin-left: 15px;
    font-size: 11px;
}
.text2{
    color: hsl(216, 15%, 48%);
    margin-left: 15px;
    margin-right: 15px;
    font-size: 11px;
   
}
.attribution{
    margin-top: 80%;
}