css /* Main CSS for Frequently Asked Questions page */ body { background-color: #f2f2f2; font-family: 'Bangers', cursive; color: #333; line-height: 1.2; text-align: center; margin: 2px 4px; padding: 4px; border: 4px black solid; } h1 { font-size: 32px; font-weight: bold; border: 4px black solid; margin-bottom: 16px; padding: 4px 8px; background-color: #ff69b4; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); text-align: center; line-height: 1.2; } h2 { font-size: 24px; font-weight: bold; border: 2px black solid; margin-bottom: 4px; padding: 2px 8px; background-color: #ff69b4; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); text-align: center; line-height: 1.2; } p { font-size: 18px; font-weight: bold; border: 1px black solid; margin: 4px 8px; padding: 2px 8px; background-color: #f2f2f2; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); text-align: left; line-height: 1.2; } a { color: #333; text-decoration: none; border: 1px black solid; background-color: #ff69b4; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); padding: 4px 8px; font-size: 16px; } a:hover { background-color: #ff0000; } /* Links to subpages */ a:after { content: " "; color: #fff; background-color: #333; padding: 4px 8px; font-size: 14px; } /* Favicon */ favicon { background-image: url('/decisions/brands/neo-brutalist.ico'); background-size: 32px; display: block; position: fixed; top: -16px; right: -8px; z-index: 1; } /* Header */ h1 { margin-top: 16px; padding: 8px 16px 8px; background-color: #333; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); border: 4px black solid; text-align: center; font-size: 28px; font-weight: bold; line-height: 1.2; } /* Footer */ h2 { margin-top: 16px; padding: 8px 16px 8px; background-color: #333; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); border: 4px black solid; text-align: center; font-size: 24px; font-weight: bold; line-height: 1.2; }