css /* styles.css */ body { background-color: #f2f2f2; font-family: 'Bangers', cursive; background-image: linear-gradient(90deg, #ff69c3, #c3c3c3); background-size: 100px 100px; background-position: center; } h1 { font-size: 48px; text-shadow: 0 0 0 #333; font-family: 'Bangers', cursive; margin-top: 0; border-bottom: 4px solid #000; background: linear-gradient(90deg, #ff69c3, #c3c3c3); background-size: 100px 100px; background-position: center; color: #fff; } h2 { font-size: 24px; text-shadow: 0 0 0 #333; font-family: 'Bangers', cursive; margin-bottom: 0; border-bottom: 4px solid #000; background: linear-gradient(90deg, #ff69c3, #c3c3c3); background-size: 100px 100px; background-position: center; color: #fff; } h3 { font-size: 18px; text-shadow: 0 0 0 #333; font-family: 'Bangers', cursive; margin-bottom: 0; border-bottom: 4px solid #000; background: linear-gradient(90deg, #ff69c3, #c3c3c3); background-size: 100px 100px; background-position: center; color: #fff; } p { font-size: 18px; line-height: 1.5; font-family: 'Bangers', cursive; color: #000; background: linear-gradient(90deg, #ff69c3, #c3c3c3); background-size: 100px 100px; background-position: center; padding: 10px 20px; border: 4px solid #000; margin: 20px 0 20px 0; } span { color: #fff; background: linear-gradient(90deg, #ff69c3, #c3c3c3); background-size: 100px 100px; background-position: center; border: 4px solid #000; padding: 5px 10px; } a { text-decoration: none; color: #fff; background: linear-gradient(90deg, #ff69c3, #c3c3c3); background-size: 100px 100px; background-position: center; border: 4px solid #000; padding: 10px 20px; text-shadow: 0 0 0 #333; font-family: 'Bangers', cursive; font-size: 18px; display: inline-block; margin: 10px 0 0 0; } a:hover { background: linear-gradient(90deg, #ff00ff, #ff69c3); background-size: 100px 100px; background-position: center; border: 4px solid #000; color: #fff; } a:active { background: linear-gradient(90deg, #ff69c3, #00ff00); background-size: 100px 100px; background-position: center; border: 4px solid #000; color: #fff; } /* styles end */