footer {
  width: 100%;
  height: 50px;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  color: #fff;
}
@media (max-width: 768px) {
  footer p {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
  }
}
