@charset "UTF-8";

@font-face {
  font-family: 'troikaregular';
  src: url('/troika/troika-webfont.eot');
  src: url('/troika/troika-webfont.eot?#iefix') format('embedded-opentype'),
    url('/troika/troika-webfont.woff') format('woff'),
    url('/troika/troika-webfont.ttf') format('truetype'),
    url('/troika/troika-webfont.svg#troikaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'troikaregular';
  line-height: 2rem;
}
h1 {
  font-size: 3rem;
}
.center {
  text-align: center;
  width: 800px;
  max-width: 90%;
  margin: 20px auto;
}
img {
  margin: 15px 0;
  max-width: 90%;
}