.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.row {
  display: flex;
} 

