body {
    background-color: black;
    /*color: chartreuse;
    font-family: Courier, monospace;*/
    font-family: Cascadia Code, Menlo, monospace;
}

#main {
    font-size: 1.3rem;
    width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 4px;
    padding: 1em;
    color: #00b700;
}

.highlight {
    font-weight: bold;
    color: #00b700;
}

.text {
    font-size: 1rem;
    text-align: left;
    color: #fff;
}

#skills {
    font-size: 1.2rem;
    list-style: none;
}

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