.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
body{
  background-color: hsl(47, 88%, 63%);
  font-family:"figtree" ;
  display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
 padding: 2rem;
 box-sizing: border-box;
 
}
.box{
  width: 100%;
  max-width: 280px;
  padding-bottom: 1rem;
  background-color: white;
  border: 1px solid black;
  border-radius:8px;
  box-shadow: 5px 5px black;

}
.boxed-img{
  width: 90%;
  aspect-ratio: 16 / 9;
  margin: 1rem auto 0 auto;
overflow: hidden;
border-radius:8px;
}
.imgg{
height:100%;
width:100%;
object-fit: cover;
display: block;
}
.learning{
  width: fit-content;
  padding: 0.25rem 0.5rem;
  background-color: hsl(47, 88%, 63%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0.5rem auto 0.25rem 1rem;
}
.learning h1{
  font-size: 0.6rem;
  margin: 0;
}
.publish,
.title,
.description {
  margin-left: 1rem;
}
.publish {
  font-size: 0.6rem;
  margin-top: 0.25rem;
}
  .title {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 0.3rem;
  }
  .description {
    font-size: 0.75rem;
    color: hsl(0, 0%, 42%);
    margin-top: 0.25rem;
  }
  .publisher {
    width: 90%;
    margin: 1rem auto 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .publisher-img {
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 50%;
  }
  .publisher-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .publisher-name {
    font-size: 0.7rem;
  }
  .attribution {
    margin-top: 2rem;
    font-size: 0.7rem;
    text-align: center;
  }
  
  .attribution a {
    color: hsl(228, 45%, 44%);
  }