/* this is the "root" in "root em." */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  /* Now 10px = 1rem! */ }

body {
  font-size: 16px;
  /* px fallback */
  font-size: 1.6rem;
  /* default font-size for document */
  line-height: 1.5;
  /* a nice line-height */
  margin: 0;
  overflow: auto;
  font-family: 'Oswald', sans-serf;
  background-color: #EEEEEE; }

a {
  text-decoration: none;
  color: #68818F; }

hgroup * {
  margin: 0;
  padding: 0; }

.container {
  max-width: 144rem;
  margin: 0 auto;
  padding: 1rem; }

