header {
    background-color:#000000;
    width: 95%;
    font-family: evangeliontcc;
    color: #00FF00;
    padding-left: 15px;
    padding-bottom: 1px;
    border-style: solid;
    border-color: #c7c0eb;
    border-width: 10px;
}
.home {
	background-color: #000000;
    width: 75%;
    font-family: 'Courier New', Courier, monospace;
    color: #00FF00;
    padding-bottom: 1px;
    border-style: solid;
    border-color: #c7c0eb;
    border-width: 10px;
    text-align: center;
    align-self: center;
}
body {
    background-color: #000000;
    font-family:monospace;
    font-size: 18px;
    color: #00FF00;
}
h1 {
    font-family: 'Courier', monospace;
    font-size: 36px;
    color: #00FF00;
}
h2 {
    font-family: 'Courier', monospace;
    font-size: 20px;
}
p {
    font-family: Monospace;
    color: #00FF00;
}