.column {
  float: left;
  width: 33.33%;
  color: #bbbbbb;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.Footer__footer {
  background-color: #2a2a2a;
}
