@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap";html,body,#root,.app,.content{height:100%;width:100%;font-family:Source Sans Pro,sans-serif}.app{display:flex;position:relative;height:100vh;overflow:hidden}.content{flex-grow:1;display:flex;flex-direction:column;overflow:hidden;overflow-y:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#888}
