@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&display=swap");
/*------------------------------------*\
    $RESET
\*------------------------------------*/
html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style: none; }

/*------------------------------------*\
    $RESET
\*------------------------------------*/
body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  body:before {
    z-index: -1;
    top: -10%;
    left: -10%;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 200%;
    height: 200%;
    position: fixed;
    background-color: #ecfdd3;
    background: url("img/bg.png");
    background-size: 40rem 40rem;
    background-repeat: repeat;
    background-position: center center; }
  @media (min-width: 48rem) {
    body {
      position: absolute;
      align-items: center;
      flex-direction: row; } }

section {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 3rem 2rem; }
  @media (min-width: 48rem) {
    section {
      flex-direction: row; }
      section > div {
        width: 60%; } }
  section, section * {
    font-family: 'Comfortaa', cursive; }
  section .logo {
    width: 25rem;
    margin-bottom: 3rem;
    max-width: 90%; }
  section p {
    padding: 1rem;
    font-size: 1.8rem;
    margin-bottom: 2rem; }
  section div.stores {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem; }
    section div.stores a {
      padding: 1rem; }
    section div.stores img {
      max-width: 12rem;
      width: 100%; }
  section img {
    max-height: 40rem;
    width: auto;
    margin: 0 auto; }

footer {
  padding: 1.5rem;
  width: 100%;
  background-color: #fcfff3;
  text-align: center; }
  @media (min-width: 48rem) {
    footer {
      position: absolute;
      bottom: 0; } }
  footer a {
    font-family: 'Comfortaa', cursive;
    color: #000;
    text-decoration: none; }

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