@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

body,
footer {
  padding: 0px;
  margin: 0px;
  font-family: "Outfit", sans-serif;
  background-color: hsl(212, 45%, 89%);
  font-weight: 400, 700;
}

#card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
}

#card {
  padding: 15px;
  width: 275px;
  background-color: white;
  border-radius: 10px;
}

#card img {
  width: 100%;
  border-radius: 10px;
}

#card-content {
  text-align: center;
}

#header2 {
  color: hsl(218, 44%, 22%);
}

#p1 {
  color: hsl(216, 15%, 48%);
  font-size: 15px;
}
