urlset {
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
    max-width: 500px;
    font-size: 12px;
    font-family: monospace;
    font-weight: lighter;
    letter-spacing: -.04em;
}

urlset > * {
    display: flex;
    justify-content: space-between;
}

urlset > * > *:first-child {
    text-align: left;
}

urlset > * > *:last-child {
    text-align: right;
}