const Option = styled(animated.div)`
  cursor: pointer;
  color: #999999;
  transition: color 150ms ease-in-out;
  will-change: color;