.animated-h2-div {
    color: transparent;
    transition: 5s;
}
.animated-h2-div.already-animated {
    color: black;
}
