html, body {
  overflow-x: hidden;
}

body {
  position: relative
}

pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

.column1 {
  float: left;
  padding-right: 40px;
  /* width: 30%; */
}

.column2 {
  padding-top: 25px;
  float: left;
  /* width: 50%; */
}

.row {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.main {
  padding-left: 8%;
  padding-right: 8%;
}