html{height:100%;scroll-behavior:smooth}body{background-color:#050505;min-height:100%}.page-enter-active,.page-leave-active{transition:all .4s ease}.page-enter-from,.page-leave-to{filter:blur(1rem);opacity:0;transform:translateY(10px)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#1a1a1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#2a2a2a}
