@charset "utf-8";
 ul{
     list-style-type: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     background-color:oldlace;
}
 li{
     float: right;
}
 li a{
     display: block;
     color: burlywood;
     padding: 19px 55px;
     text-decoration: inherit;
}
 footer{
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     background-color:burlywood;
     color: beige;
     text-align: center;
}
/* Four image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 29.33%;
  padding: 9.5px;
	text-align: center;
}

/* Clear floats after image containers */
.row::after {
	text-align: center;
  content: "";
  clear: both;
  display: table;
}

h6 {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}
