html, body {
  height: 100%;
}

body {
  font-family:sans-serif;
}

#main {
  display:none;
}


#timerForPlayer1, #timerForPlayer2 {
  background-color:silver;
  width:46vw;
  height:46vh;
  margin:1vw;
  float:left;
  font-size: min(20vh,20vw);
  font-family:monospace;
  text-align:center;
  line-height:46vh
}

#buttonForPlayer1, #buttonForPlayer2 {
  width:30vw;
  height:20vh;
  margin:9vw;
  float:left;
}

#buttonForPlayer1 {
  background-color:#FF0000;
}

#buttonForPlayer2 {
  background-color:#000088;
}