h1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: hsl(218, 44%, 22%);
  font-family: "Outfit", bold;
  padding: 0px 8px 0px;
}

p {
  font-size: 15px;
  font-family: "Outfit", regular;
  color: hsl(216, 15%, 48%);
  text-align: center;
  padding: 0px 8px 12px;
}

body,
html {
  height: 100%;
  margin: 0;
  background-color: hsl(212, 45%, 89%);
  display: grid;
  place-items: center;
}

#container {
  background-color: hsl(0, 0%, 100%);
  padding: 16px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  max-width: 290px;
  align-items: center;
  justify-items: center;
}

#image {
  max-width: 290px;
  max-height: 290px;
  border-radius: 16px;
}
