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

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

h1 {
  text-align: center;
  font-size: 4em;
  color: #544f65;
}

h2 {
  font-size: 4em;
  color: #6b6595;
  line-height: 1.5em;
  margin: 0px 0px 48px 24px;
}

h2.q {
  color: #3f3c58;
  margin: 36px 0px 12px 24px;
}

h2 div {
  color: #ff0000;
  display: inline-block;
}

h2 span {
  color: #db9a9e;
}

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

u {
  border-color: #e8bfc2 !important;
  border-bottom: 3px dotted #7c2c32;
  line-height: 1.1em;
}

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

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