body {
        font-family: Arial, sans-serif;
        background-image: url(bg.png);
        background-size: cover;
        padding: 10px;
        text-align: center;
      }
      .container {
        max-width: 100000px;
        height: 100vh;

        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
        border-radius: 10px;
        position: relative;
        font-size: 1em;
        font-family: "Times New Roman", Times, serif;
      }

      .question {
        font-size: 1em;
        margin-bottom: 20px;
        font-family: "Times New Roman", Times, serif;
      }
      .option {
        font-size: 1em;
        display: block;
        margin: 10px;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-family: "Times New Roman", Times, serif;
      }

      .hidden {
        display: none;
      }

      h1 {
        font-size: 2em;
        font-family: "Times New Roman", Times, serif;
      }