*{margin: 0; padding: 0}

body{
    background-color: black;
    color: bisque;
    font-family: 'Special Elite';
    min-height: 100vh;
}
h1{
    font-size: 1.5em;
    margin: 0.25em 0 0.4em 0;
    text-align: center;
}
h2{
    margin: 0.5em 0 0.4em 0;
}
#header{
    height: 1em;
    left: 50%;
    max-width: 550px;
/*    padding: .5em;
*/    position: absolute;
    top: 3.5em;
    transform: translateX(-50%);
    width: fit-content;
}
#content{
    height: 1em;
    left: 50%;
    max-width: 550px;
    padding: .5em;
    position: absolute;
    top: 17.5em;
    transform: translateX(-50%);
    width: fit-content;
}

.post{
    margin-bottom: 4em;
}
.post p{
    margin-bottom: 0.5em;
    text-indent: 1.5em;
}
.datePublished{
    margin-bottom: 0.35em;
    text-align: right;
}
.tags{
    margin-top: 0.35em;
}