* {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
}
.main {
  width: 100%;
  height: 100vh;
  background-color: hsl(212, 45%, 89%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.card img {
  width: 100%;
  height: auto;
}

.card {
  border: 1px solid hsl(212, 45%, 89%);
  border-radius: 15px;
  text-align: center;
  width: 225px;
  height: 350px;
  padding: 18px 18px;
  background-color: #fff;
}
.main h3 {
    font-size: 17px;
    padding: 10px 0px;
    font-family: "Outfit", sans-serif;
    color: hsl(218, 44%, 22%);
    font-weight: 700;
}
.main p {
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    color: hsl(216, 15%, 48%);
    font-weight: 400;
}
.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

