#ui-console {
    padding: 1em;
    background-color: hsl(0deg 0% 75%);
    border-top: 1px solid hsl(0deg 0% 0% / 10%);
    color: black;
    max-height: max(10rem, 50vh);
    overflow: auto;
    font-family: monospace;
    font-size: 13px;
    padding-bottom: 5em;
}
#ui-console p {
    margin-bottom: 0;
}
#ui-console p:before {
    content: ">";
    margin-right: 0.5em;
}
#ui-console p:not(:first-child) {
    margin-top: 0.5em;
}