css /* Quantum Cat's About Page */ body { background-color: #ffcc66; font-family: "Helvetica Neue", sans-serif; margin: 0 auto; max-width: 800px; padding: 20px; background-image: linear-gradient(to right, #ffcc66, #ff9900); } /* Global Styles */ h1 { font-size: 24px; font-weight: bold; color: #000000; text-align: center; border-bottom: 4px solid #000000; padding-bottom: 10px; margin-bottom: 20px; background: linear-gradient(to right, #000000, #ff9900); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } h2 { font-size: 18px; font-weight: bold; color: #000000; text-align: center; border-bottom: 4px solid #000000; padding-bottom: 5px; margin-bottom: 15px; background: linear-gradient(to right, #000000, #ff9900); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } /* Quantum Cat's Quantum Style */ h3 { font-size: 16px; font-weight: bold; color: #000000; text-align: center; border-bottom: 4px solid #000000; padding-bottom: 5px; margin-bottom: 10px; background: linear-gradient(to right, #000000, #ff9900); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } /* Quantum Cat's Quantum Cat Style */ p { font-size: 14px; font-weight: normal; color: #000000; text-align: center; border-bottom: 4px solid #000000; padding-bottom: 5px; margin-bottom: 10px; background: linear-gradient(to right, #000000, #ff9900); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } /* Quantum Cat's Quantum Cat Style */ a { text-decoration: none; color: #ff0000; background: #000000; border: 2px solid #ff0000; padding: 5px 10px; border-radius: 10px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } /* Quantum Cat's Quantum Cat Style */ a:hover { background: #ff0000; border: 2px solid #000000; color: #000000; }