.inverse {
    background: #272822;
    color: #777872;
    text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2 {
    color: #f3f3f3;
    line-height: 0.8em;
}

img{
    width: 60%;
}

.footnote{
  position: absolute;
  width: 60%;
  height: 100px;
  bottom: 3em;
  left: 45%;
  background-image: url("../../img/contraslash_logo.png");
  background-repeat: no-repeat, no-repeat ;
  background-position: left, right;
  background-size: contain,contain;
}

.left{
  width: 50%;
  float: left;
}
.right{
  width: 50%;
  left:50%;
  float: right;
}

.clearfix{
  float: clearfix;
}

img{
  width: 90%;
  left: 5%;
}