#footer{
  position: fixed;
  height: 160px;
  width: 100vw;
  bottom: 0;
  background-color: #202434;
}

#copyright{
  font-size: 1.25em;
  font-family: Ubuntu, serif;
  color: #ddd;
  margin: 0 auto 0;
  position: fixed;
  bottom: 2%;
}