@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Roboto,sans-serif;width:100%;height:100%;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:rgba(125,125,150,.5);border-radius:8px;padding:2px}