body,html{margin:0;padding:0;overflow:hidden;height:100%;scroll-behavior:smooth}.App{width:100%;height:100%;overflow:hidden;background-color:#000}.section{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.header-section{width:100vw;height:100vh}.nav-dots{position:fixed;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px}.dot{width:12px;height:12px;background-color:#ccc;border-radius:50%;cursor:pointer;transition:all .3s ease}.dot.active{width:12px;height:12px;background-color:#f88038}@media (max-width: 500px){.nav-dots{display:none}.section{width:100vw;height:110vh;display:flex;justify-content:center;align-items:center}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
