body {
  background-color: #202020;
  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.7em;
  margin: 0px 0px 48px 24px;
}

h2.q {
  font-size: 3em;
  color: #5e00a1;
  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-block;
}

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

u {
  border-color: #535353 !important;
  border-bottom: 2px dotted #005feb;
  line-height: 1.1em;
}

u > em {
  background-color: #3a3a3a !important;
  color: white !important;
}

u > em:after {
  border-color: transparent transparent #3a3a3a transparent;
  border-width: 10px;
  margin-left: -10px;
}