*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: 0;
}

html,
body {
  font-family: "Figtree", sans-serif;
  background-color: #f4d04e;
  font-weight: 500;
}

.container {
  background-color: #fff;
  max-width: 400px;
  margin: 200px auto 0 auto;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #000;
}

.container > img {
  border-radius: 10px;
  margin: auto;
  width: 100%;
}

.button {
  background-color: #f4d04e;
  color: #000;
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
  font-weight: 950;
  text-transform: capitalize;
}

.date {
  margin-top: 10px;
  margin-bottom: 10px;
}

.date span {
  text-transform: capitalize;
}

.text {
  margin-top: 20px;
}

.text span {
  text-transform: capitalize;
}

h1 {
  text-wrap: nowrap;
}

h1 span {
  text-transform: uppercase;
}

h1:hover {
  color: #f4d04e;
  cursor: pointer;
}

p:last-of-type {
  color: #6b6b6b;
}

.creater {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;

  h3 {
    text-transform: capitalize;
  }
}
