html,
body {
  height: 100%;
}

body {
  background-color: #111;
  background-image: url('OPRAH_POSE_new.png');
  background-position: bottom;
  background-repeat: no-repeat;
  font-family: "Trebuchet MS";
  text-align: center;
  text-shadow: -1px -1px 3px rgb(0, 0, 0), 1px -1px 3px rgb(0, 0, 0), -1px 1px 3px rgb(0, 0, 0), 1px 1px 3px rgb(0, 0, 0);
  color: #fff;
  margin: 0;
  overflow: hidden;
}


h2,
p {
  white-space: pre;
  margin: 0;
}

#header>h1 {
  color: #CC88FF;
}

#header,
#admins,
#rules,
#url {
  margin: 32px 0;
}

#header>h1,
#header>h2,
#rules>h1,
#rules>h2 {
  margin: 0 !important;
}

.user {
  display: inline;
}

.user p {
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  display: inherit;
}

.user p:not(:first-of-type):before {
  content: "\a0•\a0";
  color: #fff;
}

.user p:nth-child(5n):before {
  content: "\a";
}

#rules-blerb {
  color: white;
  font-style: italic;
  font-weight: normal;
}

#url h2 {
  font-style: normal;
  font-weight: normal;
}

#url #link {
  color: #99FF66;
  font-style: italic;
}

#thanks {
  color: #CC88FF;
  font-weight: normal;
  bottom: 10px;
  position: absolute;
  width: 100%;
}

#thanks:after {
  content: "\a0♥";
  color: #ff8888;
}