body {
    background-color: hsl(212, 45%, 89%);
    text-align: center;
}

.outer-box {
    width: 320px;
    height: 499px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 20px;
    margin: 200px auto 200px auto;
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 16px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.qr-image {
    width: 288px;
    height: 288px;
    border-radius: 10px;
    margin: 16px 16px 24px;
}

.inner-box{
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.intro-heading {
    font-family: "Outfit", serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    margin: 16px;
    color: hsl(218, 44%, 22%);
    align-self: stretch;
    text-align: center;
}

.intro {
 font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 15px;
  color: hsl(216, 15%, 48%);
  padding: 0 16px;
  letter-spacing: 0.2px;
  line-height: 140%;
  text-align: center;
  align-self: stretch;

}

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