body {
  background-color: #d5e1ef;
  font-family: "Outfit", sans-serif;
  text-align: center;
}
.card {
  position: absolute;
  margin: auto;
  padding: 1rem;
  padding-bottom: 1.5rem;
  inset: 0;
  width: 100%;
  max-width: 302px;
  height: 470px;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 6%);
}

img {
  width: 100%;
  border-radius: 10px;
}

h2 {
  font-weight: 700;
  color: #1f3251;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #68778d;
}
