#start-btn {
    font-size: 24px; /* Adjust size as needed */
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

#start-btn.active {
    color: green; /* Change button color when active */
}
