<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto&amp;display=swap);
@font-face {
  font-family: 'Walter Turncoat';
  src: url('https://media.cdn.adultswim.com/uploads/20200804/WalterTurncoat-Regular.ttf');
}
body {
  background-image: url('https://media.cdn.adultswim.com/uploads/20200924/209242244463-backgroundcrap.png');
  background-color: black;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  main {
    max-width: 88vw;
  }
}
main i {
  font-style: italic;
}
main a {
  text-decoration: underline !important;
  color: #ff0000;
}
main a:hover {
  text-decoration: none !important;
}
main section {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
}
main section .copy {
  max-width: 560px;
  margin: 0 auto;
}
main .line-container {
  position: relative;
  margin: 58px auto;
  text-align: center;
  max-width: 88vw;
  width: 100%;
  height: 18px;
}
@media (max-width: 1024px) {
  main .line-container {
    margin: 35px auto;
  }
}
main .line-container hr {
  height: 1px;
  width: 100%;
  color: white;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
main .line-container .black-box {
  position: relative;
  top: -18px;
}
main .header {
  max-width: 570px;
  margin: 0 auto;
}
main .header .image {
  margin-top: 50px;
  max-width: 88vw;
}
main .header .copy {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  main .inktober-prompts .not-mobile {
    display: none;
  }
}
main .inktober-prompts .prompts {
  display: flex;
  font-family: Walter Turncoat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin: 0 10px;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 35px auto;
  justify-content: flex-end;
  padding-left: 80px;
}
@media (max-width: 1024px) {
  main .inktober-prompts .prompts {
    padding-left: 7vw;
  }
}
main .inktober-prompts .prompts .red-prompt {
  color: #ff0000;
}
main .inktober-prompts .prompts &gt; div {
  flex-basis: 33%;
  max-width: 33%;
  flex-grow: 1;
  text-align: left;
}
main .inktober-prompts .socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main .inktober-prompts .socials .socials-link {
  color: #ff0000;
  font-family: Walter Turncoat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  margin: 0 10px;
  text-transform: uppercase;
}
main .inktober-prompts .socials .socials-link a {
  text-decoration: none !important;
}
main .details .details_title {
  text-transform: uppercase;
  color: #ff0000;
  font-family: Walter Turncoat;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
main .details .dates {
  font-family: Walter Turncoat;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  margin: 20px 0;
}
main .details .dates .prompt {
  color: #ff0000;
}
main .details .terms {
  color: white;
}
main .video {
  margin-bottom: 203px;
}
main .video .vid {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  min-height: 506px;
  margin-bottom: 20px;
  border: 1px solid #666;
}
@media (max-width: 1024px) {
  main .video .vid {
    min-height: 50vw;
  }
}
main .video .copy {
  max-width: 618px;
  margin: 0 auto;
}
main .video .max-logo {
  margin-top: 10px;
}

</pre></body></html>