body {
  background-color: #8bcdea;
  font-family: Arial, sans-serif;
  text-align: center;
}
h1 {
  color: #00008b;
  text-align: center;
}
table {
  background-color: #dcf6ff;
}

.container {
  min-height: 100vh; /* full page height */
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* pushes footer to bottom */
}

.footer {
  background-color: #dcf6ff;
  color: white;
  text-align: center;
  padding: 1em;
}

.footer a {
  color: #00008b;
  margin: 0 10px;
  text-decoration: none;
}
