.primary-color:#331f3b;
.header-font: 'Oswald', Sans-Serif;
.body-font: 'Catamaran', Sans-Serif;

body {
  background: #e7e7e7;
  margin: 20px;
  font-size: 12px;
  overflow-y: scroll;
}
h1, h2 {
  font-family: .header-font;
}
h2 {
  font-size: 40px;
  margin-top: 40px;
  line-height: 1;
  &:first-child {
    margin-top: 0;
  }
}
p {
  margin-top: 0;
}
#view-controller {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 30;
  img {
    width: 24px;
    cursor: pointer;
    padding: 4px;
    border-radius: 5px;
    border: 2px solid transparent;
    background: #e7e7e7;
    &.active{
      border: 2px solid $primary-color;
    }




















