footer {
  background-color: #222;
  color: #eee;
  height: 60px;
  width:100vw;
  display: grid;
  place-items: center;
  bottom:0;
  position:relative;
footer span {
  text-align: center;
}

footer a {
  text-decoration: none;
  color: rgb(0, 170, 255);
}

@media screen and (max-width: 960px) {
  footer {
    font-size: 15px;
  }
}
