body { margin: 0; padding: 0; background: linear-gradient(to bottom right, #0d1b2a, #1b263b); font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; color: #e0e1dd; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; text-align: center; position: relative; overflow: auto; } body::before { content: ""; background: url('https://ronininstitute.org/riis-2.0-temporary-logo.png') no-repeat center center; background-size: contain; opacity: 0.04; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; z-index: 0; pointer-events: none; } p { text-align: left;} a.github-button, .github-link { display: none !important; } .markdown-body h1:first-of-type { display: none; }