html {
scroll-behavior: smooth;
}

body {
background: #070B14;
}

::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-thumb {
background: #1F2937;
border-radius: 999px;
}
