body { background: #19191b; color: #ccc; font-family: sans-serif; } body > * { max-width: 42em; margin: 0 auto; } header { text-align: center; } section { border: 1px solid #242529; padding: 0.6em; } section > :first-child { margin-top: 0; } h1 { color: #5a5252; } h2 { background: #242529; padding: 0.2em 0.5em; } a:link { color: #a96e3d; } a:hover { color: #e69958; } a:visited { color: #bd402d; } a:visited:hover { color: #e44e37; } a:active, a:visited:active { color: #e675e6; } footer { text-align: center; color: #777; font-size: 80%; padding: 1em; } .recent-item { padding: 0.2em; border-bottom: 1px solid #242529; } .recent-item:hover { background: #1e1f23; } .recent-item > .details { color: #555; font-size: 80%; } .left-right { display: flex; justify-content: space-between; } .left-right > * { display: block; }