.content { max-width: var(--max-width); margin: auto; } .content p { margin-bottom: 1rem; } .content a { text-decoration: underline; } .content ul { list-style-type: disc; margin-left: 4rem; } .content ol { list-style-type: decimal; margin-left: 4rem; } .content li { margin-bottom: 0.5rem; }