footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clear-page footer {
  position: sticky;
}
footer a {
  font-family: sans-serif;
  text-decoration: none;
  color: #808080;
}
footer a:hover {
  text-decoration: underline;
  background-color: #202020;
}
.clearpage {
  position: absolute;
  top: 100vh;
  left: 0;
  right: 0;
}

footer {
  height: 6vh;
  font-size: 3vh;
}
.clear-footer {
  padding-bottom: 6vh;
}
footer a {
  padding: 0 3vh 0 3vh;
}
