@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);body,html{height:100%;height:-webkit-fill-available}body{background:#000;margin:0;min-height:auto;overflow:hidden;position:fixed}#root{display:flex;height:100%;height:-webkit-fill-available;width:100vw}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{border-radius:30px}::-webkit-scrollbar-track-piece{background:transparent}::-webkit-scrollbar-thumb{background:#b81f40;border-radius:7px;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}::-webkit-scrollbar-thumb:hover{background:rgba(184,31,64,.5)}