:root{--primary: #ffcf00;--secondary: #212529;--light-gray: #f8f9fa;--white: #ffffff;--text-primary: #ffcf00;--text-secondary: #212529;--text-muted: #6c757d;--secondary-yellow: rgb(233, 175, 3)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;font-size:1em;line-height:1.6;color:var(--text-secondary);background:var(--white)}a{cursor:pointer;text-decoration:none;transition:all .3s ease}ul{list-style:none}::-webkit-scrollbar{width:.3rem;background-color:var(--white)}::-webkit-scrollbar-track{border-radius:1.5rem}::-webkit-scrollbar-thumb{background-color:var(--primary)}::-webkit-scrollbar-thumb:hover{background-color:var(--secondary)}
