body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
  }
  canvas {
    border: 2px solid #000;
    background-color: #fff;
  }
  h1,h2,h3, #score, #StartGamu{
    text-align: center;
  }
#score{
    font-size: 20px;
}
  span{
    color: green;
    text-decoration: underline;
    font-weight: bold;
    
  }

  img{
    height: auto;
    width: 100px;
    margin: 0px 5px;
  }

  #commandsImg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 150px 0px 0px 30px;
  }
  
  #SpaceBar{
    height: 100px;
  }

  #scoreboard{
    margin: -180px 100px 0px 0px;
    font-size: 24px;
  }

  #scoreboard > li{
    font-size: 18px;
    margin: 0px;
    text-align: center;
    list-style: none;
  }