body {
    font-family: Georgia, sans-serif;
    background-color: rgb(253, 246, 227);
}
#content{
    max-width: 35rem;
    margin: auto auto 2rem;
    padding: 1rem 1rem 0px;
    background-color: white;
    border-radius: 5px;
    border: 0.5px gray solid;
    background-color: white;
}
.author {
    text-align: right;
    font-style: italic;
}

#excerpt {
    margin: 5px 0px;
}

.part {
    text-align: justify;
}

.indent {
    margin-left: 3em;
}

hr:last-child {
    border: 0px;
}

.excerpt {
    text-align: right;
    font-style: italic;
    font-size: 11px;
}

.tag {
    display: inline;
    background-color: rgb(238, 232, 213);
    border-radius: 4px;
    padding: 2px 7px;
    white-space: nowrap;
    margin-right: 1em;
}
ul {
    padding-left: 0px;
}
.tag > a:link {
    color: rgb(38, 139, 210);
}

.taglist {
    list-style-type: none;
}
