#HIM {
  
  display: block;
  color: white;
  font-family: courier;
  font-size: 50px;
  font-weight: bold;
  padding: 20px;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  margin: auto;
  text-align: center;
}

body {
  background-color: black;
}