My Wonderful Website body { background: linear-gradient(to right, rgb(109, 21, 109), rgb(16, 16, 230)); color: white; font-family: 'Comic Sans MS', 'Chalkboard SE', 'Marker Felt', cursive, sans-serif; display: flex; flex-direction: column; align-items: center; height: 100vh; /* Adjusted for full-screen height */ margin: 0; text-shadow: 1px 1px 5px black; text-align: center; } .image-container { position: relative; display: inline-block; margin: 10px; } .image-container .description { visibility: hidden; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); background-color: rgba(0, 0, 0, 0.8); color: white; padding: 5px; border-radius: 5px; font-size: 14px; white-space: nowrap; } .image-container:hover .description { visibility: visible; } .disclaimer { margin-top: 20px; font-size: 14px; color: lightgray; text-align: center; } .audio-container { margin-top: 20px; } audio { margin: 10px; } .redirect-button { margin-top: 20px; padding: 10px 20px; background-color: #ff9933; color: white; border: none; border-radius: 5px; cursor: pointer; box-shadow: 2px 2px 5px black; font-size: 16px; } .redirect-button:hover { background-color: #cc7722; } Your browser does not support the audio element. // Add event listener for user interaction document.addEventListener('click', function() { const bgm = document.getElementById('bgm'); bgm.play(); }); My Wonderful Website! Put something here My Wonderful Images jaking it my favorite undertale character, mad mew mew Audio Section Your browser does not support the audio element. Your browser does not support the audio element. Go to Guestbook Disclaimer: The images and audio files on this website are not my own and belong to their respective owners.