/*
body {
    font-family: "Trebuchet MS", sans-serif;
}
*/
/* Clear floats after the columns */

/*
.row:after {
  content: "";
  display: table;
  clear: both;
}
*/

.row {
  text-align: middle; 
  column-count: 3;
}


