css /* Style for Abusive Clients Subpage */ body { background-color: #ff00ff; font-family: 'Arial Black', sans-serif; font-size: 16px; line-height: 1.5; margin: 0; padding: 0; } /* Header */ header { background-color: #000000; border: 4px solid #000000; border-radius: 10px 10px 0 0; margin: 0; padding: 20px 20px 20px 20px; text-align: center; text-shadow: 0 0 5px #ffffff; } /* Subheader */ h1 { margin: 20px 0; font-weight: bold; font-size: 24px; line-height: 1.2; text-shadow: 0 0 5px #ffffff; } /* Main Content */ main { background-color: #ffffff; padding: 20px 20px 20px 20px; border: 4px solid #000000; border-radius: 10px 10px 0 0; } /* Link Styles */ a { text-decoration: none; color: #000000; text-shadow: 0 0 5px #ffffff; transition: background-color 0.2s ease; } a:hover { background-color: #ff0000; color: #ffffff; text-shadow: 0 0 5px #000000; } /* Footer */ footer { background-color: #000000; border: 4px solid #000000; border-radius: 10px 10px 0 0; margin: 0; padding: 20px 20px 20px 20/px; text-align: center; text-shadow: 0 0 5px #ffffff; }