body {
  background-color: hsl(212, 45%, 89%);
  display: flex;
  justify-content: center;
  padding-top: 40px;
  font-family: 'Outfit', sans-serif;
}

main.qr-code {
  background-color: hsl(0, 0%, 100%);
  border-radius: 24px;
  max-width: 275px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

main.qr-code img {
  width: 250px;
  height: 250px;
  border-radius: 16px;
}

main.qr-code h2 {
  font-weight: 700;
  color: hsl(218, 44%, 22%);
}

main.qr-code p {
  color: hsl(216, 15%, 48%);
}
