#question1{
    margin:unset;
    text-align: center;
    font-size:20px;
    font-family:arial  ;
  }
  #question2{
      margin:unset;
      text-align: center;
      font-size:26px;
      font-family:arial  ;
      font-weight: bold;
    }
  /* Create two columns/boxes that floats next to each other */
  listNom {
    float: left;
    width: 100%;
  }
  .vertical-menu {
    height: 400px;
  }

  /* Style the list inside the menu */

  #answerName {
    width: 80%;
  }
  #checkButton{
  float: right;
  margin-top: 2px;
  }
  #checkButtonRadio{
  margin-top: 2px;
  }
  imageDisplay {
    clear: left;
    float: left;
    width: 50%;
  }
answerDisplay{
  float: left;
  width: 50%;
//  margin-top:10%;
}
