body{
    background-color: hsl(0, 0%, 8%);
    font-size: 14px;
    font-family: "Inter", sans-serif; 
    font-weight: 350 ;
    /* margin-top: 100px; */
  }
  
  .container{
    background: hsl(0, 0%, 20%);          
    margin: 20px auto;
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 20px;
    width: fit-content;
    text-align: center;
  }
  
  .bio{
     margin: 25px
  }
  
  .location{
    color: hsl(070, 90%, 58%);
  }
  
  img{
    width: 100px;
    border-radius: 50%;
  }
  
  .social_link{
    margin: 11px;
    display: block;
    padding: 10px;
    background-color: hsl(0, 0%, 20%);
    border-radius: 5px;
    text-decoration: none;
    color: white;
  }

  .attribution{
    text-align: center;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
       