/* Global Settings */ body { background: #FFC0C0; font-family: "Arial Black"; color: #000000; background-image: linear-gradient(90deg, #FFFFFF, #FFC0C0); } a { text-decoration: none; color: #000000; background: #FFC0C0; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; text-shadow: 2px 2px 2px #000000; font-size: 24px; font-weight: bold; letter-spacing: 2px; transition: background 0.2s ease; } a:hover { background: #FFC0C0; text-shadow: none; color: #000000; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; } /* Styles for /subpages/psychological-manipulation/ */ .subpages { display: flex; flex-direction: column; align-items: center; background: #FFC0C0; border: 1px solid #000000; padding: 16px 8px; border-radius: 4px; box-shadow: 2px 2px 2px #000000; margin: 16px 8px; transition: background 0.2s ease; } .subpages a { text-decoration: none; color: #000000; background: #FFC0C0; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; text-shadow: 2px 2px 2px #000000; font-size: 24px; font-weight: bold; letter-spacing: 2px; transition: background 0.2s ease; } .subpages a:hover { background: #FFC0C0; text-shadow: none; color: #000000; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; } .subpages .title { font-size: 48px; color: #000000; background: #FFC0C0; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; text-align: center; text-shadow: 2px 2px 2px #000000; margin: 16px 0; transition: background 0.2s ease; } .subpages .title:hover { background: #FFC0C0; text-shadow: none; color: #000000; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; } .subpages ul { list-style: none; padding: 0; margin: 0; background: #FFC0C0; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; list-style-type: disc; } .subpages li { padding: 8px 16px; background: #FFC0C0; border: 4px solid #000000; border-radius: 4px; transition: background 0.2s ease; } .subpages li:hover { background: #FFC0C0; border: 4px solid #000000; border-radius: 4px; padding: 8px 16px; } .subpages .link { text-decoration: none; color: #000000; background: #FFC0C0; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; text-shadow: 2px 2px 2px #000000; font-size: 24px; font-weight: bold; letter-spacing: 2px; transition: background 0.2s ease; } .subpages .link:hover { background: #FFC0C0; text-shadow: none; color: #000000; border: 4px solid #000000; padding: 2px 8px; border-radius: 4px; }