body
{
    background-color: black;
    text-align: center;
}

h1
{
    color: greenyellow;
    font-family: monospace;
    font-weight: lighter;
    margin-top: 20px;
}

#gameArea
{
    background-color: black;
    border: solid 2px greenyellow; 
}

