body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    background-color: white;
    color: black;
    box-sizing: border-box;
    overflow: auto;
    height: 100%;
    min-height: 100vh;
}

html {
    height: 100%;
    min-height: 100vh;

}

#root {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    overflow: auto;
}

noscript {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 10px;
    color: white;
    background-color: #1A1829;
}

#noscript-image {
    margin: 20px;
}