<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/css2?family=Anton&amp;display=swap');

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #6000ff;
}
.main {
  position: relative;
  background-color: #6000ff;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.header {
  margin: 0 auto;
  text-align: center;
  color: #ff6472;
  font-weight: bold;
  font-size: 38px;
  font-family: 'Arial Black', sans-serif;
  margin-top: 10vh;
}
@media (max-width: 1000px) {
  .header {
    font-family: 'Arial-BoldMT', sans-serif;
  }
}
.header .mobile-break {
  display: inline;
}
@media (max-width: 1000px) {
  .header .mobile-break {
    display: block;
  }
}
.links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  color: white;
}
@media (max-width: 800px) {
  .links {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.links a {
  text-decoration: underline;
  color: white;
  padding: 20px 30px;
  font-size: 29px;
  font-family: Monospace;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .links a {
    font-size: 18px;
    padding: 20px 20px;
  }
}
@media (max-width: 800px) {
  .links a {
    padding: 20px 0px;
  }
}
@media (max-width: 500px) {
  .links a {
    font-size: 13px;
  }
}
.links a:hover,
.links a:visited {
  text-decoration: underline;
  color: white;
}
.tv img {
  display: block;
  margin: 0 auto;
  max-width: 90vw;
}
</pre></body></html>