.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
 
.QRimg img{
    width: 50%;
    height: 50%;
    padding-top: 15px;
    border-radius: 30px;
}

.MAIN{
    background-color:hsl(218, 44%, 22%);
    text-align: center;
    border-radius: 15px;
    padding-bottom: 50px;
    padding-left: 455px;
    padding-top: 50px;
    padding-right: 50px;

}
.Child{
    background-color: hsl(210, 19%, 89%);
    text-align: center;
    width:50%;
    height: 50%;
    border-radius: 15px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
.Child h1{
    font-family: 'Poppins' , sans-serif;
}

.Child h4{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #888686;
}