body {
  background-color: hsl(47, 88%, 63%);display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 120px;
  min-height: 100vh;
  font-family: "Figtree", sans-serif;
  overflow: hidden;
}

.container {
  
  border-radius: 18px;
  padding: 18px;
  background-color: white;
  width: 360px;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid black;
  box-shadow: 8px 8px 0px black;
}

img.illustration {
  border-radius: 9px;
  width: 100%;
}

.tag {
  display: inline-block;
  padding: 6px 14px 6px 14px;
  background-color: hsl(47, 88%, 63%);
  font-weight: 800;
  border-radius: 4px;
  margin: 24px 0px 4px 0px;
  font-size: 14px;
}

.date {
  font-size: 15px;
  margin: 12px 0px 8px 4px;
  color: hsl(0, 0%, 7%);
  font-weight: 500;
  
}

.title {
  margin: 16px 0px 4px 4px;
  font-weight: 800;
  white-space: nowrap;
  font-size: 27px;
  color: hsl(0, 0%, 7%);
}

.paragraph {

  line-height: 1.7rem;
  font-size: 16px;
  color: hsl(0, 0%, 42%);
  max-width: 360px;
  margin-left: 4px;
}



.course-author {
  margin-left: 4px;
  display: flex;
  align-items: center;
  font-weight: 800;
  column-gap: 12px;
  font-size: 14px;
}

img.greg {
  width: 32px;
}

.attribution {

  color: gray;

}