transition

.card{
	transition: all 0.8s ease;
}

해당 객체의 css속성값이 변동 될 때 이를 서서히 변하게 한다 ⇒ 애니메이션이 된다.

perspective

3D 시점을 부여할 수 있다. z축이라고 생각하면 된다.

perspective: 150rem;

https://developer.mozilla.org/en-US/docs/Web/CSS/perspective