html {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-family:
    "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
  background-color: #000;
}


html, body {
  margin: 0;
  padding: 0;
}


.container {
  height: 100%;
  height: 100vmin;
  width: 100%;
  display: table;
}

.bakunin {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url("/Bakunin.jpg");
  background-position-y: -10vmin;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: .66;
}