body {
    background-color: #fff;
    font-family: "IBM Plex Mono", monospace;
}

#meta {
    top: -0.5em;
    position: fixed;
    height: 3.5em;
    float: center;
    text-align: center;
    width: 100vw;
}

#meta h1 {
    font-weight: 400;
}

#meta h1 a {
    border: none;
}

#tlogs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25vw;
}

.entry {
    border: 1px dotted #000;
    padding: 2em;
    margin-bottom: -4em;
}

.entry p {
    padding: 0.4em;
    line-height: 1.5em;
}

.entry p.permalink {
    font-size: 0.85em;
    text-align: right;
}

.entry h5 {
    font-weight: 400;
    text-align: right;
    font-size: 1em;
    margin: 1em;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #000;
}

a:hover {
    color: #00f;
    border-bottom: 1px dotted #00f;
}
