#Footer {
  background-color: #333;
  min-height: 20vh;
}

#FooterContent {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;

  padding-top: 30px; 
  text-align: center;
  color: #eeeeee;
  text-decoration: none;
}

#FooterContent *{
  color: #eeeeee;
}

@media screen and (max-width: 768px) {
  #FooterContent {
    width: 97.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}