body {
  font-family: Outfit;
  background-color: hsl(212, 45%, 89%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.card {
  background-color: #ffffff;
  box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.0477);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 16px 16px 40px 16px;
  width: 320px;
}

.card img {
  border-radius: 10px;
  margin-bottom: 24px;
}

.card-text {
  padding: 0 16px;
  text-align: center;
}
.card-text p {
  margin: 0;
  margin-top: 16px;
  color: hsl(216, 15%, 48%);
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2px;
}

.card-text h1 {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  margin: 0px;
  color: hsl(218, 44%, 22%);
}
