css /* styles.css */ body { font-family: Arial, sans-serif; font-size: 16px; background-color: #f0f0f0; margin: 0; padding: 0; } h1, h2, h3 { color: #ff00ff; text-shadow: 0 0 10px black; } h1 { border-bottom: 4px solid black; font-size: 24px; } h2, h3 { border-bottom: 4px solid black; font-size: 18px; font-weight: bold; } p { color: #00ff00; margin: 0 0 0 0; padding: 0 0 10px 0; } a, a:link, a:visited { text-decoration: none; color: #000000; border-bottom: 4px solid #000000; } a:hover { text-decoration: underline; color: #000000; border-bottom: 8px solid #000000; } #quantumuncertainty .entanglementjokes h1 { font-size: 36px; text-align: center; } /* styles for entanglementjokes page */ #quantumuncertainty .entanglementjokes p { font-size: 18px; line-height: 24px; padding: 0 0 10px 0; border-bottom: 2px solid #ff00ff; } #quantumuncertainty .entanglementjokes p a { text-decoration: none; color: #000000; border-bottom: 2px solid #ff00ff; } #quantumuncertainty .entanglementjokes p a:hover { text-decoration: underline; border-bottom: 4px solid #ff00ff; }