<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: black;
}
.main {
  background: url("https://i.cdn.turner.com/adultswim/big/img/2018/03/23/bllbg.png");
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0 auto;
}
.main #content {
  width: 70%;
  display: block;
  margin: 0px 210px;
}
@media (max-width: 1500px) {
  .main #content {
    margin: 0 auto;
    width: 100%;
  }
}
.main img {
  max-width: 100%;
}
.main #register {
  position: relative;
  top: -230px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media (max-width: 1500px) {
  .main #register {
    top: -21vw;
    width: 20vw;
  }
}
</pre></body></html>