.car {
  position: relative;
  cursor: pointer;
  width: 400px;
  height: 100px;
  left: 0;
  transition: left 5s cubic-bezier(0, 0, 1, 1);
}