
body{
    background-color: rgba(246,208,80,255);
   min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column; 
  justify-content: center;  
  align-items: center;      
}

.attribution {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}

.card {
     background: #fff;
  padding: 1em 1em 1em 1em;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  max-width: 21.2em;
  overflow: hidden;
  font-family: 'Figtree', sans-serif;
   border-radius: 12px;
}

.card-img {
    border-radius: 12px;
    margin-bottom: 10px;
}

.tag{
    background-color: rgba(239,204,90,255);
    padding: 5px;
    margin-top: 10px;
}

.author {
  display: flex;          
  align-items: center;   
  gap: 0.5rem;            
}

.author-img {
  width: 40px;          
  height: 40px;
  border-radius: 50%;  
  margin-right: 10px; 
}
