@charset "utf-8";

/* I'm a big kid */

html, body { width: 100%; height: 100%; margin: 0em; padding: 0em; }
body       { background-position: center; background-repeat: no-repeat;
             font-family: Helvetica, "Helvetica Neue", Ariel, sans-serif; font-size: 24px;
             position: relative; text-align: center; }

/* And I want a big cereal */

@media screen and (max-width: 1024px) {
  body { font-size: 2.3vw; }
}
@media screen and (max-width: 598px) {
  body { font-size: 14px; }
}

/* No condition is permanent. */
