html {
    background-color: black;
    color:bisque;
}
canvas#game {
    border: 1px white;
    border-style: solid;
    min-width: 300px;
    min-height: 300px;
    max-width: 800px;
    max-height: 600px;
    height: 80%;
    width: 80%;
}

