/* Text Elements */

h1 q.heading-text-1 {
  color: #ef456c;
  font-style: italic;
  font-size: 2.625rem;
}

/* Layout Elements */

body.body-1 {
  background-color: #ebe4a8;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
  }

  h1.heading-2 {
    text-align: center;
  }

  h1 q.heading-text-1 {
    color: #4550ef;
  }
}