html, body {
	font-size:20px;
	min-width:800px;
	/*border:1px blue solid;*/
  }
  
  .header{
	  background-image:url(../Images/whiteBG.png);
	  margin-bottom:10px;
  }
  
  .content2{
	  width: 85%;
	  height:83%;
  }
  
  .imageHolder{
	  width:300px;
	  margin:0px auto;
  }
  
  #submitBtn, #retakeBtn{
	  font-size: 15px;
  }
  
  #results{
	  font-size: 15px;
  }
  
  /* .choicesHolder{
	  width:100%;
  } */
  
  
  
  .popupHolder {
	height:300px;
	width:250px;
  }
  
  
  
  /*====================*/
  
  .choicesContainer
  {
	  width: 90%;
	  height: 100%;
	  margin: 20px 0px 0px 65px;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: stretch;
	  justify-content: flex-start;
	  gap: 10px;
  }
  
  .choices
  {
	  flex: 0 1 50%;
	  width: max-content;
	  align-content: center;
	  text-align: center;
  }
  
  .selected{
	  border-radius: 5px;
  }
  