button {
	transition: left 600ms cubic-bezier(0.22, 0.9, 0.35, 1),
		top 600ms cubic-bezier(0.22, 0.9, 0.35, 1);
	will-change: left, top;
}
