*:focus { outline: 4px solid #ffd700; outline-offset: 4px; } ::selection { background-color: #ddd; color: #000; text-decoration: none; } body { max-width: 42em; padding: 0 1em; color: #1e273a; } p { line-height: 1.25; } img { max-width: 100%; margin: 0; padding-bottom: 2em; } a { color: deeppink; } a:visited { color: teal; } a:hover { opacity: 0.5; } a, blockquote { transition-duration: .1s; transition-timing-function: ease-in-out; } blockquote { border-left: 8px solid deeppink; padding-left: 1em; } blockquote:hover { border-left: 8px solid #72dec2; } pre { background-color: #e5e5e5; padding: 1em; }