.titleHeader {
  color: white;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.preBox {
  display: inline-block;
  background-color: blue;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 448px;
  width: 28rem;
}

.navContentBox {
  display: inline-block;
  background-color: navy;
  color: silver;
  border-style: double;
  border-color: white;
  padding: 8px;
  padding: 0.5rem;
  margin: 8px;
  margin: 0.5rem;
}

.contentBox {
  display: block;
  background-color: navy;
  color: silver;
  border-style: dotted;
  border-color: white;
  padding: 8px;
  padding: 0.5rem;
  margin: 8px;
  margin: 0.5rem;
  min-height: 224px;
  min-height: 14rem;
}

.scrollingText {
  display: inline-block;
  text-align: center;
  background-color: black;
  color: aqua;
  border-style: double inset dotted inset;
  border-color: white;
  margin: 8px;
  margin: 0.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-size: 0.75rem;
}

.copyright {
  color: white;
  font-weight: lighter;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.johnvertisementText {
  color: white;
  font-weight: lighter;
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 0;
}

/*# sourceMappingURL=index.css.map */
