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

html {
  font-size: 93.7%;
  background-color: #d5e1ef;
  font-family: "Outfit", sans-serif;
}

.qr-img {
  /* width: 20rem; */

  width: 20rem;
  border-radius: 10px;
  margin-bottom: 1.6rem;
}

.attribution {
  font-size: 0.5rem;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

.container {
  display: flex;
  flex-direction: column;
  /* max-width: 20rem; */
  max-width: 22rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #fff;
  margin: 12.8rem auto;
  border-radius: 10px;
  height: 34rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.08);
}

.heading-tertiary {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #1f314f;
  text-align: center;
}

.scan-text {
  line-height: 1.4;
  letter-spacing: 0.2;
  color: #68778d;
  margin-bottom: 1.6rem;
  text-align: center;
}
