*{scrollbar-width:8px;scrollbar-color:hsla(0,0%,50%,.5) none}::-webkit-scrollbar{width:8px;height:12px}::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,50%,.5);border-radius:10px;border:3px}.fade-in{animation:fadeIn .4s ease}.fade-out{animation:fadeOut .4s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}