body {
  background-color: #000000;
  color: #FF0000;
}



.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


