body {
  font-family: "Figtree";
  background-color: hsl(47, 88%, 63%);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-container {
  max-width: 300px;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid black;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 5px 5px black;
}

.image {
  width: 280px;
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
}

.learning {
  background-color: hsl(47, 88%, 63%);
  font-weight: bold;
  align-self: flex-start;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 4px;
}

.date {
  padding-top: 10px;
  align-self: flex-start;
  margin-left: 10px;
}

h4 {
  align-self: flex-start;
  margin-left: 10px;
}
p {
  color: hsl(0, 0%, 42%);
  margin-left: 10px;
  line-height: 1.5;
  margin-top: 4px;
}

.avatar-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 10px;
  margin-left: 10px;
}

.avatar {
  margin-left: 40px;
  width: 40px;
}
.avatar-name {
  font-weight: bold;
  font-size: small;
}
.attribution {
  margin-top: 20px;
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
