

body {
  background-color: red;
}

p {
  font-family: Papyrus;
  font-size: 20px;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}