css /* style.css */ body { font-family: "Comic Sans", "Arial Black", sans-serif; background: #f0f0f0; color: #333; padding: 0; margin: 0; } a { text-decoration: none; text-transform: uppercase; font-size: 20px; color: #666; border-bottom: 4px solid #666; background-color: #f0f0f0; padding: 4px 8px; border-radius: 0; text-shadow: none; transition: none; } h1 { font-family: "Arial Black", sans-serif; color: #f00; font-size: 40px; line-height: 1.2; letter-spacing: 2px; text-align: center; text-transform: uppercase; border-bottom: 4px solid #f00; background-color: #f0f0f0; padding: 4px 8px; margin: 0; text-shadow: none; transition: none; } h2 { font-family: "Comic Sans", sans-serif; color: #0f0; font-size: 30px; line-height: 1.2; letter-spacing: 2px; text-align: center; text-transform: uppercase; border-bottom: 4px solid #0f0; background-color: #f0f0f0; padding: 4px 8px; margin: 0; text-shadow: none; } h3 { font-family: "Arial Black", sans-serif; color: #00f; font-size: 24px; line-height: 1.1; letter-spacing: 2px; text-align: center; text-transform: none; border-bottom: 4px solid #00f; background-color: #f0f0f0; padding: 4px 8px; margin: 0; text-shadow: none; transition: none; } h4 { font-family: "Comic Sans", sans-serif; color: #0f0; font-size: 20px; line-height: 1.1; letter-spacing: 2px; text-align: center; text-transform: none; border-bottom: 4px solid #0f0; background-color: #f0f0f0; padding: 4px 8px; margin: 0; text-shadow: none; transition: none; } p { font-family: "Arial Black", sans-serif; font-size: 18px; color: #333; line-height: 1.2; letter-spacing: 2px; text-align: left; text-transform: none; border-bottom: 4px solid #666; background-color: #f0f0f0; padding: 4px 8px; margin: 4px 8px; text-shadow: none; } code { font-family: "Courier", sans-serif; font-size: 16px; color: #f00; background-color: #f0f0f0; padding: 4px 8px; border: 2px solid #f00; border-radius: 4px; white-space: pre; word-wrap: break-word; word-break: normal; word-break-cursor: auto; word-skip: 0; word-wrap: normal; word-wrap: break-word; word-break: normal; word-break-cursor: auto; word-skip: 0; word-wrap: break-word; } img { border: 4px solid #f00; background: #f0f0f0; border-radius: 4px; padding: 4px 8px; margin: 8px 0; display: inline-block; transition: none; transform: none; animation: none; } a:hover { text-decoration: underline; border-bottom: 8px solid #666; background-color: #f0f0f0; transition: none; transform: none; animation: none; } a:active { text-decoration: none; border-bottom: 4px solid #666; background-color: #f0f0f0; transition: none; transform: none; animation: none; } /* Styles for the subpages */ .subpage { font-size: 18px; color: #333; line-height: 1.2; letter-spacing: 2px; text-align: left; text-transform: none; border-bottom: 4px solid #666; background-color: #f0f0f0; padding: 4px 8px; margin: 4px 8px; text-shadow: none; transition: none; } .subpage a { text-decoration: none; text-transform: uppercase; font-size: 20px; color: #666; border-bottom: 4px solid #666; background-color: #f0f0f0; padding: 4px 8px; transition: none; transform: none; animation: none; } .subpage img { border: 4px solid #f00; background: #f0f0f0; border-radius: 4px; padding: 4px 8px; margin: 8px 0; display: inline-block; transition: none; transform: none; animation: none; } .subpage a:hover { text-decoration: underline; border-bottom: 8px solid #666; background-color: #f0f0f0; transition: none; transform: none; animation: none; } .subpage a:active { text-decoration: none; border-bottom: 4px solid #666; background-color: #f0f0f0; transition: none; transform: none; animation: none; }