    /* Estilos - globais */
    body {
      font-family: Open sans;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 0;
    
    }


    .tema-quiz {
      padding: 20px;
    }

    a {
      text-decoration: none;
      color: #000;
    }

    .prompt-text-content {
      font-size: 20px;
  
    }



    /* Estilos - index.html */
    .index-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background-color: #fff;
      margin-top: 60px;
      /* Adjust based on the height of the header */
      text-align: center;
    }

    .tema-quiz {
      padding: 20px;
      background-color: #f8f8f8;
      cursor: pointer;
      border-radius: 20px;
    }

    .index-container :hover {
      background-color: #f0f4f9;
      border-radius: 20px;
    }

    .tema-quiz a {
      text-decoration: none;
      color: black;
    }

    /* Estilos - tema1.html */
    .tema1-container {
      background-color: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      width: 400px;
      text-align: left;
      margin-top: 60px;
      /* Ajuste para não sobrepor o cabeçalho fixo */
    }

    h1 {
      color: #333;
    }

    .question {
      margin-bottom: 15px;
    }

    button {
      background-color: #28a745;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    button:hover {
      background-color: #218838;
    }

    #result {
      margin-top: 20px;
      font-size: 18px;
      font-weight: bold;
    }



    /* Estilos - header */

    .back-button a {
      text-decoration: none;
      color: blue;
    }



    #timer {
      width: 95%;
      font-size: 1.2em;
      text-align: right;

      
    }


    form {
      margin-top: 60px;
      /* Ajuste com base na altura do header */
    }

    .question {
      margin-bottom: 20px;
    }

    .button {
  
      background-color: #28a745;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      
    }
    


    .back-button {
      color: black;
      text-decoration: none;
      font-size: 16px;
      z-index: 1100;
      margin-left: 10px;
    }

    #timer {
      font-size: 16px;
    }



    .question {
      margin-bottom: 20px;
    }



    .header {
      display: flex;
      justify-content: space-between;
      /* Espaça o conteúdo entre os itens */
      align-items: center;
      /* Alinha verticalmente os itens */
      position: fixed;
      top: 0;
      width: 100%;
      background-color: #f1f1f1;
      padding: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 1000;
    }


    .novamente {

      background-color: #28a745;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin-top: 20px; 
    }

    .result-container {
      
      background-color: #fff;
      margin-top: 60px;
    }

    