*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Outfit, "sans serif";
}

.container {
  background: hsl(212, 45%, 89%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.content {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  width: 22rem;
}

img {
  border-radius: 0.5rem;
  width: 20rem;
}

.title {
  color: hsl(218, 44%, 22%);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5rem 3rem;
  text-align: center;
}

.stub {
  color: hsl(216, 15%, 48%);
  font-size: 0.8rem;
  font-weight: 400;
  width: 20rem;
  padding: 0.5rem 3.5rem;
}

.attribution {
  font-size: 11px;
  text-align: center;
  width: 20rem;
  padding: 1rem 0;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}
