* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
}

html, body {
  width: 100vw;
  font-size: 72px;
}

body {
  margin: 0;
  padding: 0;
  background: #eee;
  font-family: "Roboto", "Helvetica Neue", helvetica, sans-serif;
  font-size: 100%;
  height: 100vh;
  overflow: hidden;
}

/* themes */
.dark-theme {
  background-color: #111;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.medium-theme {
  background-color: rgb(236, 236, 236);
  border-bottom: 1px solid #000;
  color: #111;
}

.red-theme {
  background-color: #F00;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

/* themes */
.blue-theme {
  background-color: #3600e0;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.light-theme {
  background-color: #FFF;
  border-bottom: 1px solid #000;
  color: #111;
}

.marquee3k {
  padding: .25rem 0;
}

.ticker h2, .ticker p, .ticker div {
  display: inline-block;
  margin: 0 .25em;
}

.ticker__black-italics {
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto-BlackItalic", "Roboto";
  font-size: inherit;
  text-transform: uppercase;
}

.ticker__light {
  font-weight: 400;
  font-family: "Roboto-Regular", "Roboto";
  font-size: inherit;
  text-transform: uppercase;
}

sup {
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto-BlackItalic", "Roboto";
  font-size: .6rem !important;
  margin: 0 .15rem;
}

.count h2, .count p, .count span, .count .ticker__black-italics {
  text-align: center;
}

@media (min-width: 768px) {

}