
    body {
        font-family: Arial, sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0;
        background-image: url(Group\ 3.png);
        background-size: cover; /* Ajusta o tamanho da imagem para cobrir completamente o elemento pai */
        background-attachment: fixed; /* Fixa o fundo para que ele não se mova quando a página é rolada */
    }
    
    

.question-container {
    color: aliceblue;
    background-color: #000000a2;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 800px;
    height: 400px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #040b4ebb
   
}

.question-container:hover{
    background-color: #0c033383; 
    transition: background-color 2s; 
    box-shadow: 5px 5px 10px 0px rgba(133, 133, 133, 0.5);
    color: aliceblue;
    box-shadow: #d3d3d3;
}

#question{
    color: aliceblue;
    background-color:#9900ff2d;
    font-weight: 900px;
    text-align: center;

    box-shadow: #d3d3d3;
    height: 60px;
    width: 800px;
   
}

.alternative {
    background-color: #000000d2;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: aliceblue;
    box-shadow: #d3d3d3;
}

.alternative:hover {
    background-color: #d3d3d3;
    color: #000000;
}

.correct {
    background-color: #80ff00;
}

.incorrect {
    background-color: #ff0000;
}

.hidden {
    display: none;
}

button {

    justify-content: s;
    justify-items: center;
    margin: 10px;
    margin-left: 120px;
    padding: 10px 20px;
    font-weight: 700;
    background-color: #af149a9c;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    height: 50px;
    width: 200px;
  
}

button:hover {
    background-color: #df2ec7f5; 
     box-shadow: #ffffff;
     transition: 2s;
     width: 203px;
    transition: 0.3s;
}
#add-question-btn{
    margin-right: 120px;
}


.txt{
    background-color: #e26ec531;
    box-shadow: #d3d3d3;
    font-weight: 900px;
    color: #000000;
    width: 700px;
    height: 50px;
    
}

.txt:hover{
    background-color: #b6098b91;
    box-shadow: none;
    width: 70;
    height: 50px;
    border: none;
    transition: 1s;
    margin-top: 10px;
    margin-bottom: 10px;
}
#submit-question-btn{
    background-color: #af149a;
}
#submit-question-btn:hover{
    background-color:  #df2ec7f5;
    height: 55px;
    width: 205px;
    transition: 0.3s;
}
.relogio{
    color: #fff;
    margin-left: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a09771a;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border-width: 2px;
    border: solid;
    border-color: #02064238;
    box-shadow: #e0d5df;
}
.relogio:hover{
    width: 150px;
    height: 150px;
    transition: 0.9s;
    font-size: 50px;
  

}
.tempo{
    display:inline;
    justify-content: center;
    align-items: center;
    background-color: #2120225e;
}
.tempo:hover{
    background-color: #000000;
    transition: 2s;
}
.svg{
    color: #f0e8e8;
}

.header {
    margin-top: 30px;
    background-color: #63b9e031; 
    padding: 10px; 
    border: 1px;
    border: solid;
}


.header label {
    color: rgb(0, 0, 0); 
  
    margin-bottom: 5px; 
    border: 1px;
    border-bottom: solid;
    border-top: none;
}


.jogador {
    background-color: #4b02f754; 
    padding: 10px; 
    border: 1px;
    border: solid;
 }

.jogador label {
    color: rgb(0, 0, 0);
    margin-bottom: 5px; 
    border: 1px;
    border-bottom: solid;
    border-top: none;
}
#nome_jogador1{
    background-color: #44246d49;
    color: #fdfdfd;
}
#nome_jogador2{
    background-color: #44246d49;
    color: #fdfdfd;
}
#pontuacao_jogador1{
    background-color: #44246d49;  
    color: #fdfdfd;
}
#pontuacao_jogador2{
    background-color: #44246d49;
    color: #fdfdfd;
}