body {
  margin: 0;
  background-color: hsl(212, 45%, 89%);
  font-family: Outfit, Calibri, Tahoma, sans-serif;
  font-weight: 400;
  font-style: normal;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

p {
  font-size: 15px;
}

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

.card {
  max-width: 320px;
  background-color: hsl(0, 0%, 100%);
  padding: 16px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.text-content {
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.text-content h1 {
  font-size: 22px;
  font-weight: 700;
}

.text-content p {
  color: hsl(220, 15%, 55%);
  padding: 0 16px;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

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