body {

    max-width: 58ch;

    margin: 4rem 0 4rem 8rem;

    padding: 0 2rem;
}

.page_actions {

    display: flex;

    gap: 2rem;

    flex-wrap: nowrap;

    white-space: nowrap;

    margin-top: .9rem;

    margin-left: 12rem;
}

.page_actions a {

    color: #444;

    text-decoration: none;

    transition: color .15s ease;
}

.page_actions a:hover {

    color: #444;

    text-decoration: none;
}
