html, body {
  height: 90%;
  width: 90%;
  background-color: rgb(0, 4, 32);
  color: rgb(250, 250, 255);
  margin-left: 30px;
  font-family: Trebuchet MS, Tahoma, sans-serif
}
h1{
  text-align: center;
  color: rgb(250, 250, 255);
  margin-left: 0px;
}


/*custom link colours*/

a:link {
  color: rgb(0,192,255);
  text-decoration: none;
}
a:visited {
  color: rgb(32,160,255);
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: underline;
}
a:active {
  color: rgb(0,192,255);
  text-decoration: underline;
}
