.content {
    font-family: Sans-Serif;
    max-width: 100%;
    width: 500px;
    margin: auto auto;
}

h1 {
    overflow: hidden;
    text-align: center;
}
h1:before,
h1:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h1:before {
    right: 0.5em;
    margin-left: -50%;
}
h1:after {
    left: 0.5em;
    margin-right: -50%;
}

h2 {
    font-family: cursive;
    line-height: 1.5em;
    font-size: 2.5em;
}

#postamble {
    font-style: italic;
    color: darkgray;
    margin: 0 0;
    text-align: start;

}

#postamble a {
    color: darkgray;
    text-decoration: none;
}
