footer {
  padding-top: 2vh;
  background-color: rgb(45, 45, 45);
  color: white;
  position: relative;
  z-index: 1;
  width: 100%;
}

footer > a {
  text-decoration: none;
  color: white;
}
footer > a:hover {
  text-decoration: underline;
  color: white;
}
