css /* Global Styles */ body { font-family: 'Arial', sans-serif; background: url('https://www.placekitten.com/10/white/1.png') repeat fixed; background-size: 100px 100px; background-position: 0 0; margin: 0; padding: 0; border: 2px solid #000000; border-radius: 0 0 10px 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } /* Header Styles */ h1, h2 { font-weight: bold; text-align: center; margin: 20px 0; padding: 10px 0 10px 0; background: #f0f0f0; border: 2px solid #000000; border-radius: 5px 5px 0 0; color: #000000; box-shadow: 0 0 0px rgba(0, 0, 0, 0.2); } h1 { font-size: 32px; margin-top: 50px; background: #000000; border: 2px solid #f0f0f0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } h2 { font-size: 24px; margin: 20px 0 0 0; background: #000000; border: 2px solid #f0f0f0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } /* Text Styles */ p { margin: 20px 0 0 0; padding: 10px 0; font-size: 18px; font-weight: normal; background: #f0f0f0; border: 2px solid #000000; border-radius: 5px 5px 0 0; color: #000000; box-shadow: 0 0 0px rgba(0, 0, 0, 0.2); line-height: 1.2; } span { font-weight: normal; color: #666666; } code { background: #f7f7f7; color: #333333; padding: 4px 6px; border-radius: 4px 4px 0 0; font-family: "Monaco", "Bitstream Vera 8x", "Courier", monospace; font-size: 12px; line-height: 1.2; } a { text-decoration: none; background: #000000; border: 2px solid #f0f0f0; border-radius: 5px 5px 0 0; color: #f0f0f0; box-shadow: 0 0 0px rgba(0, 0, 0, 0.2); font-size: 16px; font-weight: bold; padding: 10px 20px; transition: all 0.5s ease; text-align: center; } a:hover { background: #f0f0f0; border: 2px solid #000000; color: #000000; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); text-decoration: none; } /* Link Styles */ a:visited { background: #000000; border: 2px solid #f0f0f0; color: #f0f0f0; box-shadow: 0 0 0px rgba(0, 0, 0, 0.2); text-decoration: none; font-size: 16px; font-weight: bold; padding: 10px 20px; transition: all 0.5s ease; text-align: center; } a:active { background: #000000; border: 2px solid #f0f0f0; color: #f0f0f0; box-shadow: 0 0 0px rgba(0, 0, 0, 0.2); text-decoration: none; font-size: 16px; font-weight: bold; padding: 10px 20px; transition: all 0.5s ease; text-align: center; } /* Code Block */ code { background: #f7f7f7; color: #333333; padding: 4px 6px; border-radius: 4px 4px 0 0; font-family: "Monaco", "Bitstream Vera 8x", "Courier", monospace; font-size: 12px; line-height: 1.2; } /* Button Styles */ button { background: #000000; border: 2px solid #f0f0f0; border-radius: 5px 5px 0 0; color: #f0f0f0; box-shadow: 0 0 0px rgba(0, 0, 0, 0.2); font-size: 16px; font-weight: bold; padding: 10px 20px; transition: all 0.5s ease; text-align: center; } button:hover { background: #f0f0f0; border: 2px solid #000000; border-radius: 5px 5px 0 0; color: #000000; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); text-decoration: none; font-size: 16px; font-weight: bold; padding: 10px 20px; transition: all 0.5s ease; text-align: center; }