.logo {
  max-width: 30%;
  min-width: 200px;
  height: auto;
}
.header {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}
body {
  margin: 0 !important;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
html {
  height: 100%;
}
h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
h1,
a {
  color: #5ca595;
}
main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5%;
  font-size: 0.8rem;
  font-style: italic;
  font-family: monospace;
}
.nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 0.5;
}
