html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: black;
  }
  #score1 {
    height: 100%;
    width: 50%;
    font-size: 900px;
    color: white;
    object-fit: cover;
    position: absolute;
    text-align: center;
  }
  #score2 {
    height: 100%;
    width: 50%;
    font-size: 900px;
    color: white;
    background: black;
    object-fit: cover;
    position: absolute;
    margin-left: 50%;
    text-align: center;
  }
  #counter {
    height: 20%;
    width: 100%;
    font-size: 400px;
    color: white;
    /*background: black;*/
    object-fit: cover;
    position: relative;
    margin-left: 0%;
    text-align: center;
  }
  
