.tilt {
	transition: box-shadow 0.1s, transform 0.3s;
}

.tilt:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	transition: box-shadow 0.1s, transform 0.1s;
}
