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;
    background-color: #1A202C;
    color: rgba(255, 255, 255, 0.92);
    overflow-y: scroll;
}

noscript {
    width: 100%;
}
.noscriptContainer {
    margin-top: 5px;
    padding: 20px;
    padding-bottom: 40px;
    background-color: #171923;
}
.noscriptCenterContainer {
    max-width: 1000px;
    margin: 0 auto;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

* {
    box-sizing: border-box;
}

#topbar {
    width: 100%;
    height: 5px;
    background-color: #48BB78;
    z-index: 10;
}

#root {
    z-index: 0;
    margin-top: -5px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
}
