* {
  padding: 0;
  margin: 0;
  font-family: Figtree;
}
main {
  height: 100vh;
  background-color: #f4d04e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outer {
  border: 1px solid black;
  border-radius: 20px;
  background-color: #ffff;
  padding: 20px;
  box-shadow: 10px 10px;
}
.title Div {
  background-color: #f4d04e;
  width: fit-content;
  padding: 8px 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-weight: 600;
}
h2 {
  color: #111111;
  margin-top: 20px;
}
p {
  color: #6b6b6b;
  font-size: 16px;
  margin-top: 18px;
  line-height: 25px;
}
.date {
  margin-top: 15px;
}
.auther {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
