.button {
    position: relative;
    transition: all ease-in-out 200ms;
}

.button:hover {
    color: var(--color-secondary);
}