@import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap";
html,body{width:100%;height:100%;margin:0;padding:0;font-family:Source Sans Pro,sans-serif}.app{width:100%;min-height:100vh;display:flex}.content{flex-direction:column;flex:1;min-height:100vh;display:flex}.content>:last-child{margin-top:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#e0e0e0}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}
