body {
  background-color: rgba(255, 255, 255, 0.762);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.card {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 302px;
  padding: 1rem;
  border-radius: 16px;
  padding-bottom: 2rem;
  margin: auto;
  height: 470px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}
img {
  width: 100%;
  border-radius: 16px;
}
h2 {
  color: #1f3251;
}
p {
  color: hsl(220, 15%, 55%);
}
