css /* Advanced Style.css - A brutalist masterpiece */ body { background-image: linear-gradient(135deg, #FF69B4, #FFC107); background-size: 100px 100px; padding: 0; margin: 0; font-family: 'Arial Black', 'Arial', sans-serif; font-size: 18px; line-height: 1.2; color: #000; text-align: center; } body * { border: 4px solid #000; } h1 { font-size: 36px; line-height: 1.2; color: #FF69B4; text-shadow: 2px 2px #000; margin: 0; padding: 0; } h2 { font-size: 24px; line-height: 1.1; color: #FFC107; margin: 0; padding: 0 0 10px 0; border-bottom: 4px solid #000; } h3 { font-size: 20px; line-height: 1.2; color: #000; margin: 10px 0 0 0; padding: 0 0 10px 0; border-bottom: 4px solid #000; } p, .p { font-size: 16px; line-height: 1.2; color: #000; margin: 0; padding: 0 0 10px 0; border-bottom: 4px solid #000; } a { text-decoration: none; color: #000; background-color: #000; border: 4px solid #000; padding: 4px 4px; font-size: 14px; line-height: 1.2; text-align: center; border-radius: 50%; transition: background-color 0.2s ease-in-out; } a:hover { background-color: #FF69B4; border: 4px solid #FF69B4; } a:visited { background-color: #000; border: 4px solid #000; color: #000; text-decoration: none; } a:active { background-color: #FFC107; border: 4px solid #FFC107; color: #000; text-decoration: none; } a:link { background-color: #FF69B4; border: 4px solid #FF69B4; color: #000; text-decoration: none; } /* Advanced Style CSS ends here */