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

html {
  font-size: 15px;
}

img {
  width: 100%;
  border-radius: 15px;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: hsl(212deg, 45%, 89%);
  overflow: hidden;
  font-family: "Outfit", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer {
  position: absolute;
  top: 97vh;
}

.container {
  width: 325px;
  height: 500px;
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 25px;
  padding: 12.5px;
  box-shadow: 0 0 3px hsl(220deg, 15%, 55%);
}
.container__qr-foto {
  width: 300px;
}

.qr-text {
  margin: 1.5em 1.2em;
  text-align: center;
}
.qr-text__title {
  font-weight: 700;
  color: hsl(218deg, 44%, 22%);
  font-size: 0.7rem;
}
.qr-text__text {
  margin-top: 1.3em;
  font-weight: 400;
  color: hsl(220deg, 15%, 55%);
  font-size: 1rem;
}

.attribution {
  font-size: 0.73rem;
  text-align: center;
}
.attribution a {
  color: hsl(228deg, 45%, 44%);
}/*# sourceMappingURL=style.css.map */