
/*EFEITOS PADRÃO DE TODAS AS PAGINAS*/
*{
    font-family: monospace;
    font-size: 20px;  
}


#corpo{
    background: #FFB6C1;  
}

header{
    background:#363636; 
    color: #F8F8FF;
}

#imgIndex{
    margin-left: 10px;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    float: left;  
}


#cabecalho{
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    margin-left: 40px;
}

p{
    font-size: 30px;
    font-weight: bold;
    text-align: center;    
}



/*EFEITOS DA PAGINA INDEX*/
#idNomeTeste{
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
}

#titulosMateria,
#titulosQuestoes {
    text-align: center;
    font-weight: bold;
    background: #000000;
    color: white;
}


#colunaQuestao,
#colunaAltA,
#colunaAltB,
#colunaAltC,
#colunaAltD {
    max-width: 10ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.table{
    background: #DCDCDC;
    float: left;   
}

#materia{
    width: 300px;
    box-shadow: -35px 32px 14px rgb(75,0,130,0.45);
}


#questoes{
    width: 300px;
    margin-left: 60px;
    box-shadow: -35px 32px 14px rgb(75,0,130,0.45);
}

#imgAvatar{
    margin-top: 5px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

/*EFEITOS DO REALIZA TESTE*/
#divform{
  
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 30px;
    background: #BEBEBE;
    margin-left: 50px;
    box-shadow: -35px 32px 14px rgb(75,0,130,0.45);
}

#tituloExer{
    font-weight: bold;
    margin-left: 20px;
}


#btnEnviarTeste{
    margin-bottom: 15px;
    width: 300px;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
}















