html,body {
  height: 99%;
}

body {
  color: white;
  background-color: black;
  font-size: xx-large;
  font-weight: bolder;
  text-align: center;
}

a {
  text-decoration: none;
}

a:link {
  color: #848484;
}

a:visited {
  color: #848484;
}

a:hover {
  color: #FFFFFF;
}

a:active {
  color: #848484;
}

.first {
  color: #C1CDCD;
  font-style: normal;
}

.second {
  color: #9FB6CD;
  font-style: italic;
  vertical-align: -0.65em;
}

.third {
  color: #848484;
  font-style: oblique;
  vertical-align: -0.65em;
}

.textoverlap {
  word-spacing: -1em;
}

.v-t {
  display: table;
  height: 100%;
  width: 100%;
}

.v-c {
  display: table-cell;
  vertical-align: middle;
}
