@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: hsl(212, 45%, 89%);
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-img {
  height: 288px;
  width: 288px;
  align-self: center;
  border-radius: 5%;
}

.container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  margin-top: 30vh;
  width: auto;
  border-radius: 20px;
  padding: 16px 16px;
}

h1 {
  font-family: "Outfit", sans-serif;
  color: hsl(218, 44%, 22%);
  width: 400px;
  font-size: 22px;
  text-align: center;
  margin-top: 24px;
  max-width: 288px;
}

p {
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  color: hsl(216, 15%, 48%);
  text-align: center;
  margin: 20px;
  max-width: 265px;
}
