body { margin: 0; padding: 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: #0f202d; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } .playground > div:nth-child(2) { height: calc(100vh - 131px); }