html {
  height: 100%;
  width: 100%;
  background-color: black;
  text-align: center;
}
h1{
  color: grey;
  font-family: Arial
}
p, h2, sub{
  color: darkgrey;
  font-family: Arial;
}
#word{
  font-family: arial black;
  font-size: 100px;
}