css /* styles.css */ body { background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%); background-size: 1px 1px; font-family: Arial, sans-serif; margin: 0; padding: 0; width: 100%; max-width: 800px; margin: 0 auto; background-color: #f2f2f2; } h1 { font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 10px; border-bottom: 4px solid #333; padding-bottom: 10px; background-color: #fff; border: 4px solid #666; box-shadow: 0px 0px 0px #000; color: #000; text-shadow: 0px 0px 0px #000; } h2 { font-size: 18px; font-weight: bold; margin: 0; padding: 10px 0; border: 4px solid #666; background-color: #fff; box-shadow: 0px 0px 0px #000; color: #000; text-shadow: 0px 0px 0px #000; } h3 { font-size: 16px; font-weight: bold; margin: 0; padding: 10px 0; border: 4px solid #666; background-color: #fff; box-shadow: 0px 0px 0px #000; color: #000; text-shadow: 0px 0px 0px #000; } p { font-size: 14px; margin: 0; padding: 10px 0; border: 4px solid #666; background-color: #fff; box-shadow: 0px 0px 0px #000; color: #000; text-shadow: 0px 0px 0px #000; line-height: 1.5; width: 100%; max-width: 800px; margin: 0 auto; } /* Styles for the Committee of Conundrums page */ #committee-of-conundrums-container { display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: #f2f2f2; border: 1px solid #666; border-radius: 4px; padding: 20px; margin: 20px 4px 20px 4px; width: 100%; box-shadow: 0px 0px 0px #000; color: #000; text-shadow: 0px 0px 0px #000; } #committee-of-conundrums-container h1 { font-size: 24px; font-weight: bold; margin: 0; padding: 10px 0; border: 4px solid #666; background-color: #fff; box-shadow: 0px 0px 0px #000; color: #000; text-shadow: 0px 0px 0px #000; } /* Styles for the Decision Making Process page */ #decision-making-process-container { display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: #f2f2f2; border: 1px solid #666; border-radius: 4px; padding: 20px; margin: 20px 4px 20px 4px; width: 100%; box-shadow: 0px 0px 0px #000; color: #000; text-shadow: 0px 0px 0px #000; } #decision-making-process-container h1 { font-size: 24px; font-weight: bold; margin: 0; padding: 10px 0; border: 4px solid #666; background-color: #fff; box-shadow: 0px 0px 0px #000; color: #000; text-shadow: 0px 0px 0px #000; }