.date {
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 4em 0;
}
.date span {
    background: white;
    position: relative;
    top: .65em;
    padding: 0 1em;
    letter-spacing: .05em;
    font-family: monospace;
    
}

article {
    min-height: 100vh
}