css /* styles.css */ /* Styles for the Neo-Brutalist HTML page */ body { background-color: #f7d4c5; /* Pastel pink background */ font-family: 'Bangers', cursive; margin: 0px; } h1, h2, h3, p { color: #000; text-shadow: 0px 0px 0px #000; font-weight: bold; border-bottom: 4px solid #000; } h1 { font-size: 24px; margin-bottom: 8px; } h2 { font-size: 20px; margin-bottom: 4px; } h3 { font-size: 16px; margin-bottom: 2px; } p { font-size: 18px; margin-bottom: 8px; line-height: 1.2; } a { text-decoration: none; color: #000; text-shadow: 0px 0px 0px #000; border-bottom: 2px solid #000; font-weight: bold; margin: 0px 8px; } a:hover { background-color: #f7d4c5; color: #000; border-bottom: 4px solid #000; text-shadow: 0px 0px 0px #000; cursor: pointer; } /* Styles for the Superposition Snacking Experts */ .superposition-snacking-experts { background-color: #c0d9f5; /* Light blue-gray background */ border: 4px solid #000; padding: 16px; margin: 8px; font-size: 18px; line-height: 1.2; } .superposition-snacking-experts p { font-size: 16px; margin-bottom: 4px; line-height: 1.1; color: #333; } .superposition-snacking-experts h2 { font-size: 20px; margin-bottom: 4px; text-align: center; } .superposition-snacking-experts a { color: #000; text-shadow: 0px 0px 0px #000; font-weight: bold; margin: 0px 8px; border-bottom: 2px solid #000; text-align: left; } .superposition-snacking-experts a:hover { background-color: #c0d9f5; color: #000; border-bottom: 4px solid #000; text-shadow: 0px 0px 0px #000; cursor: pointer; } /* Styles for the Snacking Experts' Subpage */ .snacking-experts-subpage { background-color: #f7d4c5; /* Pastel pink background */ border: 4px solid #000; padding: 16px; margin: 8px 16px; font-size: 18px; line-height: 1.2; width: 80%; margin: 0 auto; position: relative; top: 50%; transform: translateY(-50%); text-align: center; } .snacking-experts-subpage p { font-size: 16px; margin-bottom: 4px; line-height: 1.1; color: #333; text-align: center; } .snacking-experts-subpage a { color: #000; text-shadow: 0px 0px 0px #000; font-weight: bold; margin: 0px 8px; border-bottom: 2px solid #000; text-align: left; } .snacking-experts-subpage a:hover { background-color: #c0d9f5; color: #000; border-bottom: 4px solid #000; text-shadow: 0px 0px 0px #000; cursor: pointer; }