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

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