body {
  background-color: black;
}

#container {
  width: 800px;
  margin: 20px auto;
  text-align: center;
}

#pageTitle {
  font-family: arial;
  font-size: 100pt;
  background: linear-gradient(0deg, #00ff00 0%, #003300 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 8px transparent;
  color: #000;
}

#classLink{
  text-decoration: none;
  color: white;
}
