.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  width: 10%;
  float: left;
  margin-left: auto;
  margin-right: auto;
}