css /* Paranoid Symptoms Style */ body { font-family: 'Bangers', 'Arial Black'; background-color: #000; background-image: linear-gradient(135deg, #000 0px, #333 100%); color: #fff; margin: 0 auto; padding: 10px; width: 100%; max-width: 800px; border: 4px solid #fff; box-shadow: 0 0 10px 4px #000; font-weight: bold; text-align: center; } h1 { font-size: 24px; color: #f7d02f; text-align: center; border-bottom: 2px solid #fff; margin-bottom: 10px; padding-bottom: 10px; background-color: #000; border: 4px solid #fff; border-bottom: 4px solid #000; box-shadow: 0 0 10px 4px #fff; text-shadow: 0 0 10px #000; } h2 { font-size: 18px; color: #f7d02f; text-align: center; margin: 10px 0; padding: 10px; background-color: #333; border: 4px solid #fff; border-bottom: 4px solid #000; box-shadow: 0 0 10px 4px #fff; text-shadow: 0 0 10px #000; } p { font-size: 14px; color: #fff; margin: 10px 0; padding: 10px; background-color: #000; border: 4px solid #fff; border-bottom: 4px solid #000; box-shadow: 0 0 10px 4px #fff; text-shadow: 0 0 10px #000; } a { text-decoration: none; color: #f7d02f; text-shadow: 0 0 10px #000; font-weight: bold; background-color: #000; border: 4px solid #fff; border-bottom: 4px solid #000; box-shadow: 0 0 10px 4px #fff; } a:hover { color: #000; background-color: #fff; text-decoration: underline; text-shadow: 0 0 10px #f7d02f; box-shadow: 0 0 10px #f7d02f; }