@import url("//hello.myfonts.net/count/3193c2");

@font-face {
  font-family: 'NeuzeitSLTStd-Book';
  src: url('fonts/3193C2_0_0.eot');
  src: url('fonts/3193C2_0_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/3193C2_0_0.woff2') format('woff2'),
    url('fonts/3193C2_0_0.woff') format('woff'),
    url('fonts/3193C2_0_0.ttf') format('truetype');
}


@font-face {
  font-family: 'NeuzeitSLTStd-BookHeavy';
  src: url('fonts/3193C2_1_0.eot');
  src: url('fonts/3193C2_1_0.eot?#iefix') format('embedded-opentype'),
    url('fonts/3193C2_1_0.woff2') format('woff2'),
    url('fonts/3193C2_1_0.woff') format('woff'),
    url('fonts/3193C2_1_0.ttf') format('truetype');
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}

body {
  font-family: 'NeuzeitSLTStd-Book', Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

strong {
  font-family: 'NeuzeitSLTStd-BookHeavy', Arial, sans-serif;
}

h1 {
  font-size: 2.5rem;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

section {
  text-align: center;
  padding: 0 40px;
}
