.nice-and-pointy {
  cursor: pointer;
}

.nice-and-pointy:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
