body{
    background-color: hsl(47, 88%, 63%);
    display: flex;   
    align-items: center;   
    justify-content: center; 
    min-height: 900px;
    font-size: 16px;
    font-family: 'Figtree', sans-serif;
}

.outerdiv{
    background-color:  hsl(0, 0%, 100%);
    border-radius: 13px;
    border: 1px solid hsl(0, 0%, 7%);
    box-shadow: 10px 10px;
    padding: 22px;
    width: 350px;
    text-align: left;
}

#date, #author, #learning{
    font-size: 14px;
}

#main-img {
  width: 100%;
  border-radius: 13px;
}

.learning{
    display: inline-block;
    background-color: hsl(47, 88%, 63%);
    border-radius: 5px;
    font-weight: 800;
    padding: 0.35rem 0.75rem;
    margin: 15px 0px;
}

h1{
    font-weight: 800;
    font-size: 25px;
}

p {
   color: hsl(0, 0%, 42%);
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.5rem;
  font-weight: 800;
}

#avatar-img {
  width: 35px;
  height: 35px;
}