@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

body {
  background-color: hsl(212deg, 45%, 89%);
  font-family: "Rubik", sans-serif;
}

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

p {
  font-weight: 400;
  font-size: 15px;
  color: hsl(220deg, 15%, 55%);
}

.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.attribution {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228deg, 45%, 44%);
}

.card {
  background-color: hsl(0deg, 0%, 100%);
  width: 280px;
  padding: 12px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.card .card__header img {
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}
.card .card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 260px;
  margin-bottom: 30px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
