css /* prehistoricpanic.css */ * { margin: 0; padding: 0; font-family: "Comic Sans", sans-serif; font-size: 16px; } body { background: #f0d9be; background: linear-gradient(135deg, #f0d9be 0%, #e6e6e6 100%); width: 100%; height: 100vh; } pre { font: 2rem; border: 4px solid #000000; padding: 8px 12px; border-radius: 8px 8px 8px 8px; background: #f7f7f7; text-align: center; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } h1 { font-weight: bold; font-size: 2rem; line-height: 1.2; margin-top: 0; margin-bottom: 16px; text-align: center; text-transform: uppercase; } h2 { margin: 24px 0 16px 0; padding: 8px 12px; background: #f7f7f7; border: 4px solid #000000; border-radius: 8px 8px 8px 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } h3 { margin: 16px 0 8px 0; font-size: 1.5rem; line-height: 1.2; text-align: center; } h4 { margin: 8px 0 16px 0; font-weight: bold; font-size: 1.2rem; line-height: 1.2; text-align: center; } h5 { margin: 16px 0 8px 0; font-size: 1rem; line-height: 1.2; text-align: right; text-transform: uppercase; } a { text-decoration: none; color: #000000; background: #f7f7f7; padding: 4px 12px; border: 2px solid #000000; border-radius: 4px 4px 4px 4px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); display: inline-block; font-size: 1.2rem; font-weight: bold; text-align: center; text-transform: uppercase; } p { margin: 24px 0 16px 0; padding: 8px 12px; border: 4px solid #f7f7f7; border-radius: 8px 8px 8px 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); text-align: center; } img { display: block; margin: 16px 0 8px 0; width: 50%; height: 100px; object-fit: cover; background: #e6e6e6; border: 4px solid #000000; border-radius: 8px 8px 8px 8px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }