
.attribution {  font-size: 11px; 
    text-align: center;
    display: flex;
 }

.attribution a { text-decoration: none;
     color: hsl(228, 45%, 44%);
     }

  body{
    background: hsl(47, 88%, 63%);
   font-size: 16px;
     font-family: 'Figtree', sans-serif;
     display: flex;
   align-items: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin:70px;
    
    
  }
  .style-img{
    width: auto;
    height: auto;
    border-radius: 20px;
  }
  .main{
    background: hsl(0, 0%, 100%);
    width: 350px;
    border: 1px solid gray;
    padding: 30px;
    clear: both;
     border-radius: 20px;
    box-shadow: 3px 3px 5px gray;    
    }
  
  .s1{
    font-family: 'Figtree', sans-serif; 
    font-weight: 800;
    color:Gray hsl(0, 0%, 42%);
    border: 1px solid  hsl(47, 88%, 63%) ;
    background-color:  hsl(47, 88%, 63%);
    display: inline-block;
    border-radius: 5px;
    padding: 2px;
    
  }
  .img img{
    width: 30px;
    height: 30px;
  }
  p{
    color:  hsl(0, 0%, 42%);
  } 
  h1{
    display: ruby-text;
  }