#footer {
  width: 100%;
  height: 100px;
  margin-top: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-color: rgba(10, 10, 10, 0.5);
  display: flex;
}

#foot p {
  justify-content: center;
}


@media(min-width: 950px) {}