body {
    background-color: #0d0d0d;
    color: #dcdcdc;
    font-family: monospace;
    margin: 0;
    padding: 0px;
}

img.emoji {
    width: 1.2em !important;
    height: 1.2em !important;
    vertical-align: -0.15em;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
}

img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.cool-header {
    color:#c2ccde;
    margin-top: 10px;
    text-decoration: none;
    text-decoration: underline;
    text-decoration-style: dotted;
    font-weight: normal;
}

.log {
    margin-top: 10px;
    max-width: 800px;
    margin-left: 12px;
    line-height: 1.4;
}

.main-header {
    background-color: #161616;
    color: #dcdcdc;

    text-align: center;
    padding: 5px;
    line-height: 1;
    margin: 0;
}

.button-header {
    background-color: #2e2e2e;
    color: #dcdcdc;

    text-align: center;
    padding: 3px;
    line-height: 1;
    margin: 0;
}

.button-header-button {
    color: rgb(187, 254, 222);
    text-decoration: none;
}

.button-header-button:hover {
    text-decoration: underline;
}

.sep {
    width: 220px;
    border: none;
    border-top: 1px solid #666;
    margin: 6px 0 0 0;
}
.log {
    margin-top: 10px;
    max-width: 800px;
    margin-left: 12px;
}

.path {
    color: #bbbbbb;
    margin: 12px 0;
}

.entry {
    margin-left: 2ch;
    margin-bottom: 14px;
}

.name {
    display: inline-block;
    text-decoration: none;
}

.desc {
    margin-left: 2ch;
    color: #aaaaaa;
    margin-top: 4px;
}

.blue {
    color: #4da3ff;
}

.purple {
    color: #c4a2bf;
}

.dir {
    color: #cfcfcf;
}

.name:hover {
    text-decoration: underline;
}