body {
    font-family: goudy old style;
    background-color: #D8C6B8
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

ul {
    list-style: none;
    margin: 0;
    padding: ;
    overflow: hidden;
    background-color:#CF1C44;
    text-align: center;
}

li {
    float: center;
}

li a {
    display: inline;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

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

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

.footer { 
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:0B9446 
    color: white;
    text-align: center;
}