.div-text, #image, .card {
  margin: 0 auto;
}

.div-text, .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: hsl(212, 45%, 89%);
  font-family: "Outfit";
}

.card {
  background-color: hsl(0, 0%, 100%);
  height: 497px;
  width: 320px;
  border-radius: 20px;
  margin: 152px auto;
}

#image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 288px;
  width: 288px;
  margin: 0 16px;
  margin-bottom: 0;
  border-radius: 10px;
}

.div-text {
  margin: 0.5rem 1rem;
  text-align: center;
  width: 270px;
}

.title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: hsl(218, 44%, 22%);
}

.text {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.1875px;
  color: hsl(220, 15%, 55%);
  margin-top: 0;
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}/*# sourceMappingURL=main.css.map */