body {
  background-color: #D6EBB5;
  background-repeat: round;
  background-position: center;
  color: #98a87f;
  font-family: monospace;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 8px;
  background-color: #98a87f;
  width: 100%;
  color: white;
}

flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 8px;
}

table {
  padding: 8px;
  background-color: white;
}

td {
  padding: 8px;
  vertical-align: top;
}

th {
  height: 32px;
}

a:link, a:visited {
  color: #98a87f;
  background-color: transparent;
  text-decoration: underline;
}

a:hover, a:active {
  color: #98a87f;
  background-color: transparent;
  text-decoration: underline;
}

