h6 {
  color:gray; 
    font-size: 10px;
}
h3 {
  color:gray;
  font-size: 10px;
}
body {
  background-color:black;
}
h2 {
  color:deeppink;
}
h4 {
  color:red;
}
h5 {
  color:lightskyblue;
  font-size:15px;
}
h1 {
  color:red;
  text-align: center;
  text-shadow:2px -2px blue;
}
h7 {
  color:white;
  font-size:15px;
}
h8 {
  color:green;
  font-size:15px;
}
h9 {
  color:yello;
  font-size:15px;
}