/* Prevent the elements from blinking before the animation starts */
[am-group] {
    opacity: 0;
}

span .char,
span .word,
span .line {
    display: inline-block !important;
}