body {
    font-family: Arial, sans-serif;
  }
  
  .question-container {
    text-align: center;
    margin: 50px auto;
  }
  
  .question {
    margin-bottom: 20px;
  }
  
  .options {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .option {
    cursor: pointer;
  }
  
  .images img {
    width: 300px;
    height: 500px;
    margin: 10px;
  }