@media (max-width: 900px) {
  body h1 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0px;
  }

  body p {
    width: 90%;
  }

  footer {
  margin-top: 25px;
  font-size: 0.7em;
}
}
