body {
    background: #000;
    color: #0f0;
    font-family: "Courier New", Courier, monospace;
    padding: 20px;
}

header {
    text-align: center;
    padding: 20px 0;
}

h1 {
    font-size: 3em;
    text-shadow: 0 0 10px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000;
}

h2 {
    font-size: 2em;
    text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
}

article {
    border: 1px solid #0f0;
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
}

p {
    text-indent: 20px;
}
