.myFooter {
  background: #000;
  color: #FFF;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
}

@media (max-width: 768px) {
  .myFooter {
    font-size: 14px;
    line-height: 36px;
  }
}
