h1 {
    margin-top:40px;
    margin-bottom: 4px;
    font-size: 24px;
}
main p {
    margin: 20px 0;
    line-height: 1.5;
}
p.timestump {
    margin-top: 0;
    color: darkgray;
    font-size: small;
}
hr {
    display: block;
    height: 2px;
    border: 0;
    margin: 40px 0;
    padding: 0;
    background-color: gray;
}
.divider::before {
    position: absolute;
    content: '';
    background-color: darkgray;
    height: 2px;
    width: 100%;
    top: 50%;
    border-radius: 1px;
}
