/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: hsl(212deg, 45%, 89%);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  margin: 80px 25px;
  text-align: center;
}

img {
  max-width: 100%;
}

.qr-code {
  background-color: hsl(0deg, 0%, 100%);
  border-radius: 20px;
  padding: 18px;
  margin: auto;
  max-width: 375px;
}
.qr-code__img {
  border-radius: 10px;
}
.qr-code__header {
  color: hsl(218deg, 44%, 22%);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 32px 10px 20px 10px;
}
.qr-code__paragraph {
  color: hsl(220deg, 15%, 55%);
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 10px 40px 10px;
}

.attribution {
  margin: 4px 10px;
}

@media only screen and (min-width: 400px) and (max-width: 500px) {
  .qr-code__header {
    font-size: 24px;
  }
  .qr-code__paragraph {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    margin: 180px 25px;
  }
  .qr-code__header {
    font-size: 28px;
  }
  .qr-code__paragraph {
    font-size: 19px;
  }
  .attribution {
    font-size: 17px;
  }
}

/*# sourceMappingURL=style.css.map */
