.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

div.navbox {
	text-align: center;
	color: #000;
	}

ul.myUL {
	display: inline-block;
	text-align: left;
	}
a {
	color: #000;
	}
body {
	background-color: #7217df
	}
h1{
	color: gold;
	text-align: center;
}
