* {
  margin: 0;
  padding: 0; }

body {
  font-family: ProximaNovaSoft, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 24px;
  background: white;
  color: #454e68; }

a {
  color: #454e68;
  text-decoration: none; }

a img {
  border: 0; }

ul a, p a {
  border-bottom: 1px solid rgba(69, 78, 104, 0.5); }
  ul a:hover, p a:hover {
    border-bottom-color: white; }

ul {
  list-style: none;
  margin-bottom: 24px; }

h1, h2 {
  text-transform: uppercase; }

h1, h2, h3 {
  font-size: 14px;
  margin-bottom: 24px; }

h1 {
  display: inline-block;
  text-decoration: none; }

img {
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
  max-width: 500px; }

p {
  margin-bottom: 24px;
  max-width: 500px; }

#menu {
  padding: 24px;
  box-sizing: border-box;
  padding-top: 48px;
  border-top: 1px dotted rgba(69, 78, 104, 0.5); }
  @media screen and (min-width: 570px) {
    #menu {
      padding: 48px;
      text-align: left;
      position: fixed;
      left: 0;
      top: 0;
      width: 290px;
      border: none; } }

#content {
  padding: 24px; }
  @media screen and (min-width: 570px) {
    #content {
      padding: 48px;
      position: absolute;
      left: 290px;
      top: 0;
      width: 500px; } }
  #content .iframe {
    position: relative;
    display: block;
    max-width: 500px; }
    #content .iframe img {
      display: block;
      width: 100%;
      height: auto;
      visibility: hidden; }
    #content .iframe iframe {
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  #content div.pair {
    text-align: center; }
    #content div.pair a {
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 570px) {
        #content div.pair a:not(:last-child) {
          margin-right: 24px; } }
      #content div.pair a img {
        width: 200px;
        display: inline-block; }
  #content a.center img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #content.home {
    text-align: center;
    width: auto;
    padding: 0;
    -webkit-user-select: none; }
    #content.home .table, #content.home .cell {
      height: 100%;
      width: 100%; }
    #content.home canvas {
      display: inline-block;
      width: 320px;
      height: 320px; }
    @media screen and (min-width: 570px) {
      #content.home {
        position: absolute;
        text-align: center;
        right: 0;
        bottom: 0; }
        #content.home .table {
          display: table; }
        #content.home .cell {
          display: table-cell;
          vertical-align: middle; } }
