body.funky-bg {
    background: linear-gradient(135deg, #ff00cc, #3333ff);
    color: #fff;
    font-family: 'Trebuchet MS', sans-serif;
}

.glow-text {
    text-shadow: 0 0 10px #fff, 0 0 20px #ff00cc, 0 0 30px #3333ff;
}

.funky-btn {
    font-weight: bold;
    border: none;
    padding: 0.7rem 1.2rem;
    background: linear-gradient(45deg, #ff00cc, #3333ff);
    box-shadow: 0 0 15px rgba(255,255,255,0.5);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s;
}

.funky-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255,255,255,0.8);
}

.footer {
    padding: 1rem;
    background-color: rgba(0,0,0,0.6);
    font-size: 0.9rem;
}

.footer a {
    color: #ffcccc;
    text-decoration: none;
}

canvas {
    border: 8px solid rgba(255,255,255,0.8);
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}





.footer {
    background: linear-gradient(135deg, #222, #444);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.footer a {
    color: #00ffd5;
    font-weight: bold;
    text-decoration: none;
}

.footer a:hover {
    color: #ff00cc;
    text-shadow: 0 0 5px #fff;
}

.footer-img {
    width: 120px;
    height: auto;
    border-radius: 10px;
    border: 3px solid #00ffd5;
    box-shadow: 0 0 15px rgba(0,255,213,0.6);
    transition: transform 0.3s ease;
}

.footer-img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(255,0,204,0.8);
}
