html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-size: 1.3rem !important;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

header,
footer {
  flex: 0 0 auto;
}

footer {
  padding: 1rem;
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
}

main {
  text-align: center;
  padding: 5vmin;
  flex: 1 0 auto;
}

h1 {
  text-align: center;
}

p {
  color: black;
}

a:hover {
  color: blueviolet;
}

#logo:hover {
  color: white;
}
