body {
  font-family: Franklin Gothic Book;
}

#site-navigation.main-navigation {
  background-color: #000000;
  color: #000000;
}

.main-navigation {
 width:100%; 
}

.site-header {
  background-color: #FFFFFF;
}

.main-navigation li {
  color: white;
  text-shadow: 4px 4px 6px #666;
}

.main-navigation li:hover {
  background-color: #800;
  height: 100%;
}

.tablepress .column-1,
.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4 {
  padding: 0;
}

.tablepress .row-1 {
  background: blue;
}

.tablepress .column-1 {
  width: 150px;
}

.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4 {
  width: 150px;
}

.tablepress thead th {
  background-color: #800;
  color: #ffffff;
}

#primary.content-area {
  background-color: #fffafa;
  margin: 1px;
}

#primary.content-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Full width */
}

input[type="submit"],
input[type="submit"]:active {
  background-color: #800;
}

input[type="submit"]:hover {
  background-color: #a00;
}