:root {
  --padding: 16px;
  --br: 20px;
}

body {
  background-color: #D5E1EF;
  color: #1F314F;
  font-family: 'Outfit', Arial;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.2px;
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#qr-container {
  border-radius: var(--br);
  width: calc(320px - var(--padding)*2);
  padding: var(--padding);
  background-color: #FFFFFF;
  text-align: center;
}
#qr-container img {
  border-radius: var(--br);
  max-width: 100%;
}

h1 {
  font-family: 'Outfit', Arial;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0px;

}
.description {
  color: #68778D;
}

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

.attribution a {
  color: hsl(228, 45%, 44%);
}
