#game {
    width: 500px;
    height: 500px;
    border: 1px solid black;
    position: absolute;
}
#color {
    position: absolute;
    bottom: 0;
}

#player {
    top: 30px
}

body {
    background-color: white;
}