.secondaryToTertiary {
    cursor: pointer;
    text-decoration: none;
    color: #471AB0;
    transition: color 2s;
}

.secondaryToTertiary:hover {
    color: #A11AB0;
}