* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    background: #0a0a0a;
    overflow: hidden;
}

#terminal {
    height: 100%;
    width: 100%;
    padding: 10px;
}

.xterm {
    height: 100%;
}

.xterm-viewport {
    overflow-y: auto !important;
}
