#page_home h1 {
  animation: color_rainbow 5s infinite;
}

@media (max-width: 720px) {
  #page_home h2 {
    font-size: 3rem;
  }
}
