body {
    font-family: 'Arial', sans-serif;
    text-align: center;
    background-color: #f0f0f0;
    margin: 0;
    padding: 20px;
}

h1 {
    color: #4CAF50;
}

p {
    color: #333;
}

#secretMessage {
    display: none;
    color: #FFD700;
    font-size: 1.2em;
    margin-top: 20px;
}

#bouncingBall {
    width: 50px;
    height: 50px;
    background-color: #3498db;
    position: relative;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

#chatbox {
    width: 80%;
    max-width: 400px;
    margin: 20px auto;
    padding: 10px;
    border: 2px solid #3498db;
    border-radius: 10px;
    background-color: #e0f7fa;
    text-align: left;
    transition: background-color 0.5s ease;
}

#messages {
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

#userInput {
    width: 70%;
    padding: 5px;
    border: 1px solid #3498db;
    border-radius: 5px;
    margin-right: 5px;
}

#sendButton {
    padding: 5px 10px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.rotateEmoji {
    display: inline-block;
    transition: transform 0.5s ease;
}

#chatbox:hover {
    background-color: #b3e0ff;
}

#chatbox:hover .rotateEmoji {
    transform: rotate(360deg);
}

#gameButton {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#guessInput {
    width: 70%;
    padding: 5px;
    border: 1px solid #4CAF50;
    border-radius: 5px;
    margin-right: 5px;
}

#submitGuess {
    padding: 5px 10px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.dark-mode {
    background-color: #333;
    color: #fff;
}

.dark-mode #chatbox {
    background-color: #555;
}

#dancingEmoji {
    font-size: 2em;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#dancingEmoji:hover {
    transform: rotate(360deg);
}

/* Styles for the image gallery */
#imageGallery {
    margin-top: 20px;
    text-align: center;
}

.galleryButton {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.galleryButton:hover {
    background-color: #2980b9;
}

.imageContainer {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

.imageContainer img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.imageContainer img:hover {
    transform: scale(1.2);
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

/* Styles for the weather widget */
#weatherWidget {
    margin-top: 20px;
    text-align: center;
}

.weatherInput {
    padding: 5px;
    margin-right: 10px;
}

.weatherButton {
    background-color: #2ecc71;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.weatherButton:hover {
    background-color: #27ae60;
}

.weatherInfo {
    margin-top: 10px;
    font-weight: bold;
}

#spinningButton {
    background-color: #e74c3c;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Additional styles for dancing cat */
#dancingCat {
    width: 100px;
    height: 100px;
    background-image: url('http://moseni.neocities.org/pix/p1.gif');
    background-size: cover;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
}

@keyframes danceAnimation {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25%, 75% { transform: translateY(-20px) rotate(10deg); }
    50% { transform: translateY(0) rotate(-10deg); }
}

#fireworks {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    display: none;
}

.firework {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f39c12;
    border-radius: 50%;
    animation: explode 1s ease-out;
}

@keyframes explode {
    0% { transform: scale(0); opacity: 1; }
    100% { transform: scale(5); opacity: 0; }
}

/* Additional styles for virtual piano */
#virtualPiano {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.piano-key {
    width: 40px;
    height: 120px;
    background-color: #3498db;
    border: 1px solid #2980b9;
    cursor: pointer;
}

/* Add different colors for each piano key */
.piano-key:nth-child(odd) {
    background-color: #2ecc71;
}

.piano-key:hover {
    background-color: #2980b9;
}
#bouncingSmiley {
    width: 50px;
    height: 50px;
    background-image: url('https://static-00.iconduck.com/assets.00/loudly-crying-face-emoji-256x256-1sayukjn.png');
    background-size: cover;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}/* Additional styles for magic eight ball */
#magicEightBall {
    width: 100px;
    height: 100px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Magic8ball.jpg/220px-Magic8ball.jpg');
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#magicEightBall:hover {
    transform: rotate(360deg);
}
/* Additional styles for drawing canvas */
#drawingCanvas {
    border: 1px solid #3498db;
    display: block;
    margin-top: 20px;
    cursor: crosshair;
}
/* Additional styles for snowfall effect */
#snowfall {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9998;
    display: none;
}

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ecf0f1;
    border-radius: 50%;
    animation: fall 5s linear infinite;
}

@keyframes fall {
    0% { transform: translateY(-100vh); }
    100% { transform: translateY(100vh); }
}

/* Additional styles for drum beat */
#drumBeat {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.drum {
    width: 50px;
    height: 50px;
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    border-radius: 50%;
    cursor: pointer;
}
/* Additional styles for confetti explosion */
#confetti {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    display: none;
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f39c12;
    border-radius: 50%;
    animation: explode 1s ease-out;
}

@keyframes explode {
    0% { transform: scale(0); opacity: 1; }
    100% { transform: scale(5); opacity: 0; }
}
/* Additional styles for the clock */
#clock {
    font-size: 24px;
    font-weight: bold;
    color: #3498db;
    margin-top: 20px;
}
.cursor-emoji {
    position: fixed;
    font-size: 24px;
    pointer-events: none;
}
#virtualPet {
    position: relative;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-out;
}

#virtualPet:hover {
    transform: scale(1.2);
}
 /* Additional styles for mouse trail confetti */
 .confetti-trail {
    position: absolute;
    pointer-events: none;
}

.footprint {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('https://static-00.iconduck.com/assets.00/shoe-prints-icon-512x409-htsl2uqe.png') no-repeat center/contain;
    pointer-events: none;
}
/* Additional styles for glitch effect */
@keyframes glitch {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translate(-5px, 5px);
    }
    50% {
        transform: translate(5px, -5px);
    }
    75% {
        transform: translate(-5px, 5px);
    }
    100% {
        transform: translate(0);
    }
}

.glitched {
    animation: glitch 0.1s infinite;
    color: #ff0000;
}
/* Additional styles for dynamic text animation */
#dynamicText {
    font-size: 24px;
    font-weight: bold;
    color: #3498db;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid #3498db;
    animation: dynamicTextAnimation 2s steps(40) infinite;
}

@keyframes dynamicTextAnimation {
    0%, 20%, 50%, 80%, 100% {
        border-right: 3px solid #3498db;
    }
    40%, 60% {
        border-right: none;
    }
}
/* Additional styles for copyright notice */
#copyrightContainer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: default;
    font-family: Ubuntu Mono, monospace;
}

#notReally {
    display: none;
    margin-left: -2px;
    font-size: 12px;
    position: relative;
    color: gray;
    top: -19px;
}
/* Additional styles for emoji garden */
#emojiGarden {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.emoji {
    font-size: 24px;
    margin: 5px;
    cursor: pointer;
}
