h1 {
  font-size: 50px !important;
  color: #FFF !important;
  font-weight: bold !important;
}

@media (max-width: 500px) {
  h1 {
    font-size: 40px !important;
  }
}
