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

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: #3e52a3;
}

:root {
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  background-color: #d6e2f0;
  gap: 2rem;
}

.qr-code {
  max-width: 32rem;
  padding: 1.6rem;
  background-color: white;
  border-radius: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}

.qr-code__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}

.qr-code__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 15.3rem;
  gap: 1.6rem;
}

.qr-code__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #1f3251;
  padding: 0 1.5rem 0 1.5rem;
}

.qr-code__text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #7b879d;
  text-align: center;
  padding: 0 1.5rem 0 1.5rem;
}

@media screen and (max-width: 34em) {
  .qr-code {
    margin: 0 1rem 0 1rem;
  }
}
/*# sourceMappingURL=style.css.map */