css /* Styles.css */ body { background-color: #f7d8d6; margin: 0; } a { text-decoration: none; color: #333; font-size: 24px; border-bottom: 4px solid #000; } h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; color: #000; font-weight: bold; text-shadow: 0px 0px 4px #000; } h1 { font-size: 48px; margin-bottom: 16px; } h2 { font-size: 36px; margin-bottom: 8px; } h3 { font-size: 24px; margin-bottom: 4px; } h4, h5, h6 { font-size: 18px; margin-bottom: 2px; } p, ul, li { margin: 0; padding: 0; } p { line-height: 20px; } ul, ol { list-style: none; } ul li { margin-bottom: 16px; padding: 0 0 0 32px; } ol li { margin-bottom: 16px; padding: 0 0 0 32px; } code, pre { font-family: monospace; } code { background-color: #f7d8d6; } pre { background-color: #f7d8d6; } code, pre, tt { font-size: 16px; } table, th, td { border: 1px solid #000; } th { text-align: left; padding: 8px 16px; border-bottom: 4px solid #000; } td { padding: 16px 32px; text-align: left; } img { max-width: 100%; height: auto; border: 4px solid #f7d8d6; } img + h2 { margin-top: 16px; } img + h3 { margin-top: 8px; }