/* Enter Your Custom CSS Here */
p, h1, h2, h3 {
  color: white;
}

a {
  color: white;
  font-weight: bold;
}

a:hover,
a:focus {
  color: black;
  text-decoration: none;
}

.site-branding {
  width: 70%;
}