body {
  background-color: hsl(47, 88%, 63%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
body .card-container {
  width: clamp(279px, 50vw, 336px);
  max-height: -moz-fit-content;
  max-height: fit-content;
  background-color: hsl(0, 0%, 100%);
  padding: 24px;
  border-radius: 24px;
  border: 1px solid hsl(0, 0%, 0%);
  box-shadow: 8px 8px 0 rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
body .card-container .blog-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 24px;
}
body .card-container .content-container {
  margin-bottom: 24px;
}
body .card-container .content-container .learning-container {
  background-color: hsl(47, 88%, 63%);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 12px;
}
body .card-container .content-container .learning-container .learning-text {
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  font-size: clamp(12px, 3vw, 14.04px);
  color: hsl(0, 0%, 7%);
  line-height: 150%;
  letter-spacing: 0;
  margin: 0;
  padding: 4px 12px;
}
body .card-container .content-container .date {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 3vw, 14.04px);
  color: hsl(0, 0%, 7%);
  line-height: 150%;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 12px;
}
body .card-container .content-container .title {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 3vw, 23.4px);
  color: hsl(0, 0%, 7%);
  line-height: 150%;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 12px;
}
body .card-container .content-container .title:hover {
  color: hsl(47, 88%, 63%);
  cursor: pointer;
}
body .card-container .content-container .description {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16.38px);
  color: hsl(0, 0%, 42%);
  line-height: 150%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body .card-container .author-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
body .card-container .author-container .avatar {
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
body .card-container .author-container .author {
  margin: 0 0 0 12px;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  font-size: clamp(14px, 3vw, 16.38px);
  color: hsl(0, 0%, 7%);
  line-height: 150%;
  letter-spacing: 0;
}
body .attribution {
  font-size: 11px;
  text-align: center;
}
body .attribution .attribution a {
  color: hsl(228, 45%, 44%);
}/*# sourceMappingURL=blog-card.css.map */