css /* style.css */ body { background-color: #f0f0f0; font-family: "Arial Black", sans-serif; font-size: 16px; } body, html { margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden; background-image: url('https://example.com/conundrums.jpg'); background-size: cover; background-position: center; } h1 { color: #FFD700; font-size: 24px; text-align: center; margin-bottom: 20px; border-bottom: 4px solid #000000; } h2 { color: #FF69B4; font-size: 20px; font-weight: bold; margin-bottom: 20px; border-bottom: 4px solid #000000; } h3 { color: #FF69B4; font-size: 18px; font-weight: bold; margin-bottom: 20px; border-bottom: 4px solid #000000; } p { font-size: 14px; line-height: 1.5; margin-bottom: 20px; padding: 10px; border: 4px solid #000000; border-radius: 10px; background-color: #f0f0f0; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); } p > a { text-decoration: none; color: #008000; font-weight: bold; } ul { list-style: none; padding: 0; margin: 0; } li { padding: 0; margin: 0; border-bottom: 4px solid #000000; } a { text-decoration: none; color: #008000; font-weight: bold; background-color: #f0f0f0; border: 2px solid #000000; border-radius: 10px; padding: 5px 10px; transition: background-color 0.2s ease; } a:hover { background-color: #00FF00; border-color: #000000; color: #FFFFFF; } /* Custom styles for /committees/committee-of-conundrums/other-conundrums/energy-question-timeline */ h1 { color: #FF69B4; font-size: 30px; } h2 { color: #FFD700; font-size: 24px; } h3 { color: #FF69B4; font-size: 20px; } h4 { color: #FF0000; font-size: 18px; font-weight: bold; }