body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: black;
}
h1 {
    font-size: 86px;
}

.letter {
    transition: color 500ms;
}