body {
    background-color: #c4c9c7;
    font: x-small sans-serif;
    margin: 0;
    font-size: 90%;
    line-height: 140%;
}

div#major {
    color: #000;
    padding-top: 0em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
    width: 45em;
}

div#header {
    font-size: 26pt;
    background-color: #fdfdfd;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding: 1em;
    margin-bottom: 1em;
}

div#section-header {
    font-size: 18pt;
}

div#tagline {
    font-size: 10pt;
}

div.post-date {
    font-size: 9pt;
}

div#post {
    margin-bottom: 7em;
    background-color: #f7f7f7;
    border-radius: 1em;
    padding: 1em;
}

div#footer {
    margin-bottom:1.5em;
}

.post-title {
    font-size: 16pt;
}

div#post-author {
    font-size: 8pt;
}

a:hover {
    color: #000;
    transition: color .4s ease;
}

a {
    color: #47747a;
}

table {
    margin-left: auto;
    margin-right: auto;
}
