/* Add your CSS here */
body {
  font-family: Arial, sans-serif;
}

nav ul {
  list-style-type: none;
}

.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}