#RESULTADO1, #RESULTADO2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}
#PERGUNTA1, #PERGUNTA2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#DUVIDA1, #DUVIDA2{
    width: 100%;
    height: 200px;
    resize: none;
    border-radius: 10px;
    border: none;
    padding: 10px;
    color: coral;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffefef;
    box-shadow: 5px 5px 10px rgba(255, 115, 0, 0.877);
}

#DUVIDA1:hover, #DUVIDA2:hover{
    background-color: #000000;
    box-shadow: 5px 5px 10px rgb(255, 115, 0);
     font-size: 18px;
}
#RESPOSTA1, #RESPOSTA2{
    width: 100%;
    height: 500px;
    resize: none;
    border-radius: 10px;
    border: none;
    padding: 10px;
    color: coral;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffefef;
    box-shadow: 5px 5px 10px rgba(255, 115, 0, 0.877);
}
#VOLTAR, #VOLTAR2, #copiar, #copiar2{
  font-size: 60PX;
    gap: 20px;
    cursor: pointer;
    animation: tremida 2s infinite;
}

#MIC, #STOP, #MIC2, #STOP2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
}

IA {
  width: 100%;
}