html{height:100%;overflow-y:scroll}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root{min-height:100vh;display:flex;flex-direction:column;--footer-height:50px;--header-height:50px}footer,header{position:fixed;flex-grow:0}footer,header,main{flex-shrink:0;flex-basis:auto}main{flex-grow:1;background-color:#fff;padding-top:calc(var(--header-height) + 5px);padding-bottom:var(--footer-height)}footer{width:100%;bottom:0;box-sizing:border-box}header{background-color:#fff}