* {
  font-family: "Outfit", sans-serif;
}

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

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  border-radius: 20px;
  margin: 20px;
  background: hsl(0, 0%, 100%);
  box-shadow: 10px 10px 10px hsl(212, 45%, 84%);
}

img {
  width: 90%;
  border-radius: 10px;
  margin-top: 12px;
}

h1 {
  font-weight: 700;
  font-size: 22px;
  color: hsl(218, 44%, 22%);
  margin: 25px;
}

p {
  font-weight: 400;
  font-size: 15px;
  color: hsl(216, 15%, 48%);
  margin: 0 25px 35px 25px;
  text-align: center;
}

.attribution {
  justify-self: center;
  position: absolute;
  bottom: 10px;
  font-size: 11px;
}
.attribution a {
  color: hsl(228, 45%, 44%);
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */