body {
  background-color: #292929;
  color: white;
  font-family: Helvetica, sans-serif;
}
body a:link, body a:visited {
  color: red;
  text-decoration: none;
}
.headline {
  font-size: 175px;
  font-weight: bold;
  padding: 10px;
}
.mask {
    position: absolute;
    top: 140px;
    left: 40px;
    width: 720px;
    background: red;
    padding: 20px;
    font-size: 25px;
    color: black;
}
.jslink:hover {
    cursor: pointer;
    text-decoration: overline;
}
.detailsPane > div {
    font-size: 18px;
    margin-top: 10px;
    padding: 10px;
    background: white;
    overflow: hidden;
}
.detailsPane a:hover {
  text-decoration: underline;
}
.topBadgesPane {
    padding: 20px;
}
img {
    border: none;
}

