css body { background-image: url('https://www.example.com/CometBloopers/RandomThings/gradient.png'); background-position: 0% 0%; background-size: 100% 100%; background-attachment: fixed; background-repeat: no-repeat; font-family: 'Bloopers', sans-serif; font-size: 20px; text-align: center; } h1 { background-color: #FFC107; /* Bright and cheerful yellow */ border: 4px solid black; border-radius: 10px; padding: 10px; margin: 10px; text-shadow: 0 0 10px black; color: #000000; font-size: 36px; } h2 { background-color: #FF69B4; /* Pastel pink */ border: 4px solid black; border-radius: 10px; padding: 10px; margin: 10px; text-shadow: 0 0 10px black; color: #000000; font-size: 24px; } a { text-decoration: none; color: #000000; text-shadow: 0 0 10px black; background-color: #000000; border: 4px solid black; border-radius: 10px; padding: 10px; text-align: center; font-size: 20px; transition: background-color 0.5s; } a:hover { background-color: #000000; color: #000000; text-shadow: 0 0 10px black; border: 4px solid black; border-radius: 10px; padding: 10px; text-align: center; font-size: 20px; transition: background-color 0.5s; } p { font-size: 18px; text-shadow: 0 0 10px black; background-color: #000000; color: #FFFFFF; padding: 10px; margin: 10px; border: 2px solid black; border-radius: 4px; width: 80%; background: linear-gradient(180deg, #FFD7DE 0, #FFC0D3 100%); margin: 20px; padding: 20px; text-align: center; font-family: 'Bloopers', sans-serif; font-size: 18px; } img { border: 4px solid black; border-radius: 10px; padding: 10px; margin: 10px; width: 100%; height: 100vh; background-color: #000000; background-size: 100% 100%; background-position: 0% 0%; background-repeat: no-repeat; background-attachment: fixed; object-fit: cover; }