body {
    font-family: "Lucida Console", monospace;
    margin-left: 20%;
    margin-right: 20%;
}

h1 {
    font-size: 6em;
    color: #600000;
    text-align: center;
}

h2 {
    font-size: 4.5em;
    color: #000000;
    text-align: right;
    font-style: italic;
}

p {
    font-size: 1.5em;
    text-align: center;
    color: #282828;
}

#credits
{
    bottom: 0%;
    position: fixed;
    font-size: 1em;
}