body {
  font-family: 'Helvetica';
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: bold;

  background: #000;
  background-attachment: fixed;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.pop {
   background: #2b4c76;
}

.alt {
   background: #446883;
}

em {
  color: #a9dac6;
  font-style: normal;
}

.pop em,
.alt em {
   color: white;
   font-style: italic;
}

.strike {
   text-decoration: line-through;
   color: black;
}

h1, h2, h3, p {
  margin: 0;
}

a {
  color: #ff0066;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

a:hover {
  color: #a30041;
}

.nobr {
  white-space: nowrap;
  word-break: keep-all;
}

img {
  width: 100%;
}

div {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 75px;
  line-height: 110%;
}

div.center {
  text-align: center;
}

div.imageText {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
