body {
  background-color: hsl(212, 45%, 89%);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  text-align: center;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1rem;
}

.qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  width: 100%;
  max-width: 320px;
  background-color: hsl(0, 0%, 100%);
  border: solid 5px hsl(0, 0%, 100%);
  border-radius: 1rem;
}

.image {
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.heading {
  font-size: 20px;
  color: hsl(218, 44%, 22%);
}

.paragraph {
  color: hsl(216, 15%, 48%);
  margin: 0 1rem 1rem;
  line-height: 1.4;
}
