* {
    font-family: monospace;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #000000;
    background: #ffffff;
}

header, main {
    padding: 2ch;
}

section {
    padding-bottom: 2ch;
}

.title {
    font-size: 22px;
    font-weight: normal;
}

.prompt {
    font-size: 22px;
    font-weight: bold;
}

.cmd {
    font-size: 22px;
    font-weight: normal;
}

.dir {
    padding-right: 4ch;
    font-weight: normal;
}

.path {
    font-weight: bold;
    text-decoration: underline;
}
