body{
    margin: 0;
    background: darkgray;
    overflow: hidden;
    text-align: center;
}
#myCanvas{
    background: lightgray;
    height: 800px; /* Set a fixed height to reduce the road size */
}
