body {
    background: #0d1117;
    color: #58a6ff;
    font-family: monospace;
    font-size: 15px;
}

#dashboard {
    width: 100%;
    height: 100vh;
    padding: 20px;
}

#screen {
    white-space: pre;
    color: #58a6ff;
    font-size: 15px;
}