/* zilla-slab-regular - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zilla-slab-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-regular.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}
/* zilla-slab-700 - latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zilla-slab-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/zilla-slab-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zilla-slab-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zilla-slab-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zilla-slab-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zilla-slab-700.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}


img {
    width: 20em;
    float: right;
}

body {
    width: 40em;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Zilla Slab';
    color: #6c6c6c;
}