div.transition {
  font-size: 48px;
  color: red;
  transition: color 2s;
}
