More Rules to Follow (or Not)

And remember, in the immortal words of our fearless leader, "The most important thing in a relationship is the second most important thing, and the rules are always subject to change... unless they're not."

body { background-color: #f0f0f0; font-family: 'Open Sans', sans-serif; font-size: 18px; margin: 0 20px; padding: 0; box-sizing: border-box; } .container { max-width: 800px; margin: 20px auto; background-color: #ffffff; border: 4px solid #000000; box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); padding: 20px 30px; } h1 { font-size: 30px; margin: 0 0 10px 0; border-bottom: 4px solid #000000; color: #333333; } h2 { font-size: 24px; margin: 0 0 10px 0; border-bottom: 2px solid #000000; color: #555555; } ul { list-style: none; padding: 0; margin: 0; border-bottom: 2px solid #000000; } li { margin: 10px 0; padding: 0; } a { text-decoration: none; color: #000000; font-weight: bold; transition: color 0.2s; } a:hover { color: #ff0000; } a:focus { outline: 0; text-decoration: underline; }