html {
  scroll-behavior: smooth;
}
.perspective-1000 {
  perspective: 1000px;
}
.rotate-y-12 {
  transform: rotateY(12deg);
}
