html, body, .fullHeight {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  position: relative;
}

a {
    text-decoration: none;
}

a:link {
    color: #14FF65;
}

a:visited {
    color: #ff14ae;
}

.text {
  background-color: black;
  text-align: center;
  width: 400px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -90px;
  color: white;
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
