* {
  margin-inline: auto;
}

body {
  background-color: #f4d04e;
  font-family: "Figtree", sans-serif;
}

.container {
  width: 384px;
  height: 550px;
  margin-top: 218.5px;
  margin-left: 828px;
  margin-right: 528px;
  margin-bottom: 219.5px;
  border: 1px solid #111111;
  border-radius: 20px;
  background-color: #ffff;
  box-shadow: 10px 10px 5px black;
}

.container img {
  margin: 24px;
  radius: 10px;
}

.title-learning {
  width: 82px;
  height: 29px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 24px;
  margin-top: 5px;
  gap: 8px;
  font-weight: 800px;
  background-color: #f4d04e;
}

.title-learning h5 {
  margin-top: 6px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 4px;
}

.published {
  width: 145px;
  height: 21px;
  font-size: 14px;
  line-height: 21px;
  color: #111111;
  background-color: #ffff;
  margin: 12px;
}

.kutu a {
  width: 336px;
  height: 36px;
  margin: 12px;
  line-height: 36px;
  font-size: 24px;
  text-decoration: none;
  color: #111111;
}

.kutu a:hover {
  color: #f4d04e;
}

.article {
  width: 336px;
  height: 72px;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 24px;
  margin: 12px;
}

.user {
  display: flex;
  margin-bottom: 5px;
}

.usertext {
  margin-top: -50px;
  margin-left: 70px;
}
