css /* CSS for the Secret Society Subpage */ body { background-color: #333; color: #fff; font-family: Arial, sans-serif; text-align: center; } h1 { font-size: 36px; font-weight: bold; color: #ff0; border: 4px solid #000; padding: 10px; border-radius: 10px; background-color: #333; text-shadow: 2px 2px 2px #666; margin: 20px; box-shadow: 0px 0px 10px #000; } h2 { font-size: 24px; font-weight: bold; color: #ff0; border: 4px solid #000; padding: 10px; border-radius: 10px; background-color: #333; text-shadow: 2px 2px 2px #666; margin: 20px; box-shadow: 0px 0px 10px #000; } a { color: #0f0; text-shadow: 2px 2px 2px #666; text-decoration: none; border: 4px solid #000; padding: 10px; border-radius: 10px; background-color: #333; margin: 20px; text-align: center; } p { font-size: 18px; color: #fff; text-align: left; margin: 20px; background-color: #333; padding: 10px; border: 4px solid #000; border-radius: 10px; box-shadow: 0px 0px 10px #000; }