I'm trying to manipulate the text-color of a certain div using javascript. When trying to run the following code:
document.getElementById("63b71485db82c3005065f1eabf961985").style.color = "#42f45f";
I get the error "Cannot read property 'style' of null"
UNLESS I right-click and inspect the div and then execute the code.