/* Enter Your Custom CSS Here */

h1.headline__primary, h2.headline__secondary {
  color: white !important;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.headline__description p {
  color: white !important;
  background: rgba(0, 0, 0, 0.7);
}