body {
    font-family: 'Courier New';
}

h1 {
    color: #09ff00;
    font-size: 80px;
    margin: 5px;
    text-align: center;
    text-shadow:0 0 3px #09ff00, 0 0 10px #059a00, 0 0 20px #09ff00; 
}

h2 {
    color: white;
    font-size: 35px;
    margin: 5px;
    text-align: center;
}

h3 {
    color: #09ff00;
    font-size: 50px;
    margin: 5px;
    text-align: center;
    text-shadow:0 0 3px #09ff00, 0 0 10px #059a00, 0 0 20px #09ff00; 
}


h4 {
    color: #383838;
    font-size: 15px;
    margin: auto;
    text-align: center;
    position: absolute; bottom: 1px;
}


p {
    color: white;
    font-size: 30px;
    margin: 6px;
    text-align: center;
}