body,html{height:var(--app-height);width:100vw;overflow:hidden;position:relative;padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--app-height:100vh}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.scrollbar{scrollbar-color:rgba(0,0,0,.25) transparent;scrollbar-width:thin}.scrollbar::-webkit-scrollbar{-webkit-appearance:none;width:4px;height:4px}.scrollbar::-webkit-scrollbar-track{border-radius:10px}.scrollbar::-webkit-scrollbar-thumb{cursor:pointer;background:rgba(0,0,0,.3);border-radius:10px}.scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}