
body{
  background-color: #EFF1F4;
}
#gamePage{
  position: fixed;
  bottom: 15vh;
}
#midDiv{
  height: 75vh;
}
#bigSquareDiv{
  height: 43.5vh;
}
#smallSquareDiv{
  top: 4vh;
  height: 35vh;
}
#bigSquareInnerDiv{
  top: 2.2vh;
  left: -0.6vw;
  height: 39.2vh;
  /* background-color: white; */
}
#smallSquareInnerDiv{
  top: 2vh;
  left: -0.5vw;
  height: 30vh;
  /* background-color: white; */
}
#midDiv, #bigSquareDiv, #smallSquareDiv{      
  overflow: hidden;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat; 
  background-size: 100% 100%;
}
#counter1Div, #counter2Div{
  height: 15vh;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#counter1Div{
  top: 6.5vh;
}
#counter2Div{
  top: 11vh;
}
#counter1SpanDiv, #counter2SpanDiv{
  color: black;
  margin-top: 1.5vh;
  margin-right: 0.5vh;
  font-size: 3.8vw;
  font-weight: bold;
  text-align: center;
}
#counterCup1Div, #counterCup2Div{
  top: 1.5vh;
  cursor: pointer;
}
