body {
    margin: 0;
    padding: 0;
}

canvas#city-game {
    width: 100vw;
    height: 100vh;
    /* border: 1px solid rosybrown; */
}
