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

html {
  font-size: 62.5%;
}

body {
  font-family: "Outfit", sans-serif;
  background: hsl(212, 45%, 89%);
}

main {
  align-items: center;
  height: 100vh;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Outfit", sans-serif;
  background: hsl(212, 45%, 89%);
}

main {
  align-items: center;
  height: 100vh;
}

.attribution {
  position: absolute;
  bottom: 1.6rem;
  left: 1.6rem;
  font-size: 11p;
  text-align: center;
  color: hsl(218, 44%, 22%);
}

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

.card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32rem;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  border-radius: 2rem;
  padding: 1.6rem;
  padding-bottom: 4rem;
  background-color: hsl(0, 0%, 100%);
}

.image-box {
  width: 100%;
  max-width: 28.8rem;
  height: 28.8rem;
  margin: auto;
}
.image-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.content-box {
  padding: 0 1.6rem;
  margin: 2.4rem auto 0;
  height: 13.1rem;
}
.content-box__header {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
  color: hsl(218, 44%, 22%);
}
.content-box__body {
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: hsl(216, 15%, 48%);
}/*# sourceMappingURL=style.css.map */