h1 {
  color: green;
}

footer {
  background-color: red;
}

.footer-content {
  width: 100%;
  text-align: center;
}

.footer-content p {
  color: blue;
}
