body {
    background-color:white;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .score{
    text-align: center;
    font-size: 25px;
    color: black;
  }

  .container{
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
   
    
  }
  
  #GameScreen {
    position:  relative; 
    padding: 10px 10px;

  }

  .scorezone{
    text-align: center;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
  }
  #score{
    padding: 0 200px 0 0;
  }
 
  #hand{
    padding: 20px 20px;
    font-size: 60px;
    position:absolute; top:450px; right:300px;
  }

  #howTo{
    padding: 20px 20px;
    font-size: 20px;
    position:absolute; top:380px; right:100px;
  }


  #video{
     transform: scale(-1, 1); 
     position:absolute; top:100px; right:100px;
  }

  h1 {
    font-family: Impact;
    text-align: center;
  }
  
  
  