* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Figtree";
  background-color: hsl(47, 88%, 63%);
}

main {
  height: 100vh;
}

h1:hover, h1:focus {
  color: hsl(47, 88%, 63%);
  cursor: pointer;
}

.attribution {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Figtree";
  background-color: hsl(47, 88%, 63%);
}

main {
  height: 100vh;
}

h1:hover, h1:focus {
  color: hsl(47, 88%, 63%);
  cursor: pointer;
}

.attribution {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

.card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 32.7rem;
  max-width: 38.4rem;
  background-color: hsl(0, 0%, 100%);
  padding: 2.4rem;
  border-radius: 2rem;
  box-shadow: 0.8rem 0.8rem hsl(0, 0%, 7%);
}

.card-header {
  min-width: 27.9rem;
  height: 20rem;
}
.card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.card-body {
  margin: 2.4rem auto;
  color: hsl(0, 0%, 7%);
}
.card-body__category {
  min-width: 7.3rem;
  max-width: 8.2rem;
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 150%;
  background-color: hsl(47, 88%, 63%);
}
@media only screen and (min-width: 720px) {
  .card-body__category {
    font-size: 1.4rem;
  }
}
.card-body__publishing {
  width: fit-content;
  font-size: 1.2rem;
  line-height: 150%;
  margin: 1.2rem 0;
}
@media only screen and (min-width: 720px) {
  .card-body__publishing {
    font-size: 1.4rem;
  }
}
.card-body__header {
  width: 27.9rem;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 800;
  margin: 1.2rem 0;
}
@media only screen and (min-width: 720px) {
  .card-body__header {
    font-size: 2.4rem;
  }
}
.card-body__header #header :hover {
  color: hsl(47, 88%, 63%);
  cursor: pointer;
}
.card-body__content {
  font-size: 1.4rem;
  color: hsl(0, 0%, 42%);
  line-height: 150%;
}
@media only screen and (min-width: 720px) {
  .card-body__content {
    font-size: 1.6rem;
  }
}

.card-footer {
  display: flex;
  align-items: center;
  width: fit-content;
}
.card-footer img {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.2rem;
}
.card-footer figcaption {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 150%;
}

/*# sourceMappingURL=style.css.map */
