#ce-wrapper {
    position: relative;
    height: 100%;
    padding: .5rem 1rem;
    padding-top: 1.5rem;
}

#ce-wrapper h1 {
    margin: 0;
    font-size: 1.75rem;
}

article {
    box-sizing: border-box;
    white-space: pre-wrap;
    max-width: 35rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#cat {
    font-size: 1.5rem;
    position: relative;
    display: block;
    line-height: 50%;
}

#order-wrapper {
    flex-grow: 1;
    font-size: 1.05rem;
    text-align: right;
    align-self: center;
    margin-right: 1.25rem;
}