/* Right-To-Left support */
main p, main h1, main h2, main h3, main ul {
    direction: rtl;
    padding-left: 1rem;
    padding-right: 2em;
}