@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;700&family=Outfit:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Outfit";
  background-color: hsl(212, 45%, 89%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.Card_Box {
  max-width: 360px;
  margin: 0 auto;
}

.QR_Box {
  background-color: hsl(0, 0%, 100%);
  padding: 18px;
  border-radius: 17px;
  text-align: center;
  margin: 0 1em;
}

.QR_Box img {
  width: 100%;
  border-radius: 12px;
}

.content-Box {
  padding: 22px 10px;
}

.content-Box h2 {
  color: hsl(218, 44%, 22%);
  padding-bottom: 15px;
}

.content-Box p {
  color: hsl(220, 15%, 55%);
}
