body {
  background-color: #5e2da3;
  padding: 30px;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  text-align: center;
  font-size: 5em;
  color: #b68bf3;
}

h2 {
  font-size: 4em;
  color: #F39DFF;
  line-height: 1.5em;
  margin: 0px 0px 12px 24px;
}

h2.q {
  font-size: 3em;
  color: #24113f;
  line-height: 1.1em;
  margin: 36px 0px 12px 24px;
}

h2.a {
  font-size: 4em;
  color: #d5a4ff;
  line-height: 1.5em;
  margin: 0px 0px 12px 24px;
}

h2 div {
  color: #ff6dd2;
  display: inline;
}

s {
  display: inline-block;
  color: #52278f;
  text-decoration: none;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(136, 65, 236, 0)), color-stop(47%, rgba(136, 65, 236, 0)), color-stop(47%, #52278f), color-stop(53%, #52278f), color-stop(53%, rgba(136, 65, 236, 0)), to(rgba(136, 65, 236, 0)));
  background: -o-linear-gradient(rgba(136, 65, 236, 0) 0%, rgba(136, 65, 236, 0) 47%, #52278f 47%, #52278f 53%, rgba(136, 65, 236, 0) 53%, rgba(136, 65, 236, 0) 100%);
  background: linear-gradient(rgba(136, 65, 236, 0) 0%, rgba(136, 65, 236, 0) 47%, #52278f 47%, #52278f 53%, rgba(136, 65, 236, 0) 53%, rgba(136, 65, 236, 0) 100%);
}