/* Estilo Customizado Ample com Prioridade Total */
body {
    background-color: #f4f4f4 !important;
    color: #333 !important;
}
.testGroup {
    background: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}
#startStopBtn {
    background-color: #bfd730 !important;
    color: #373435 !important;
    border: none !important;
    border-radius: 50px !important;
    transition: all 0.3s !important;
}
#startStopBtn:hover {
    background-color: #373435 !important;
    color: #ffffff !important;
}
.meter {
    color: #bfd730 !important;
}
#speedChart {
    filter: hue-rotate(45deg); /* Tenta ajustar a cor do gráfico */
}
