html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

#appsContainer {
    height: 100%;
    width: 100%;
    transition-duration: 0.8s;
    overflow: auto;
}
