h1 {
  color: black !important;
  text-align: center;
}

h2 {
  color: #000;
  text-transform: uppercase;
}

a {
  color: #478CC4;
  font-weight: 800;
  text-decoration: none;
}

/* Desktop+ */
@media (min-width: 780px) {
  h1 {
    font-size: 4em !important;       
  }
}
