body {
    
}
 
h1 {
    margin-top: 1px;
    text-align: center;
    font-size: 28px;
    font-family: 'century gothic';
    color: black;
    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px red,
        0 0 30px red,
        0 0 40px red,
        0 0 55px black,
        0 0 70px green;
}
 
h2 {
    margin-top: 1px;
    text-align: center;
    font-size: 18px;
    font-family: 'century gothic';
    color: black;
    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px red,
        0 0 30px red,
        0 0 40px red,
        0 0 55px red,
        0 0 70px green;
}
 
h3 {
    margin-top: 300px;
    text-align: center;
    font-size: 18px;
    font-family: 'century gothic';
    color: white;
    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px red,
        0 0 30px gold,
        0 0 40px red,
        0 0 55px red,
        0 0 70px green;
}
h5 {
    margin-top: 50px;
    position: bottom;
    font-size: 18px;
    font-family: 'century gothic';
    color: #ffffcc;
    text-shadow: 0 0 5px #fff,
    padding: 5px;
  background-color: #5C5858;
  box-shadow: 0px 0px;
        0 0 10px #fff,
        0 0 20px black,
        0 0 30px red,
        0 0 40px red,
        0 0 55px red,
        0 0 70px green;
}
h6 {
    margin-top: 1px;
    text-align: center;
    font-size: 15px;
    font-family: 'century gothic';
     color: white;
    text-shadow: 0 0 5px white,
        0 0 15px white,
        0 0 20px white,
        0 0 30px red,
        0 0 40px red,
        0 0 55px red,
        0 0 70px red;
}
h7 {
  left: 0;
  line-height: 0px;
  margin-top: -10px;
  position: bottom;
  text-align: center;
  top: 50%;
  width: 100%;
}
h8 {
    margin-top: 50px;
    position: bottom;
    font-size: 18px;
    font-family: 'century gothic';
    color: #ffffcc;
    text-shadow: 0 0 5px #fff,
    padding: 50px;
  background-color: #5C5858;
  box-shadow: 0px 0px;
        0 0 10px #fff,
        0 0 20px black,
        0 0 30px red,
        0 0 40px red,
        0 0 55px red,
        0 0 70px green;
}