html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

nav,
[style*="opacity: 0"] {
  will-change: opacity, transform;
}

#about .absolute.bottom-8 {
  z-index: 12;
}
