@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: hsl(212, 45%, 89%);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

article {
  background-color: hsl(0, 0%, 100%);
  max-width: 320px;
  border-radius: 20px;
  padding: 16px 16px 40px;
  text-align: center;
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.0477);
}

.qr-code {
  border-radius: 10px;
  overflow: hidden;
}

.qr-code img {
  width: 288px;
  display: block;
}

section.text {
  padding: 0 16px;
}

.title {
  color: hsl(218, 44%, 22%);
  line-height: 1.2;
  font-size: 22px;
  margin: 24px 0 16px;
}

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