*,
*::before,
**::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-size: 15px;
  font-family: "Outfit", sans-serif;
}
.card-wrapper {
  background-color: hsl(212, 45%, 89%);
}

.card {
  background-color: hsl(0, 0%, 100%);
  border-radius: 24px;
  text-align: center;
  width: 22rem;
}

picture {
  display: inline-block;
}

picture > img {
  border-radius: 12px;
}

.title {
  color: hsl(218, 44%, 22%);
  font-weight: 700;
  font-size: 22px;
}

.paragraph {
  color: hsl(220, 15%, 55%);
  font-weight: 400;
  font-size: 16px;
}
