
        .gallery-image {
            transition: all 0.3s ease;
        }
        .gallery-image:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .password-screen {
            background: rgba(0,0,0,0.8);
        }
        .package-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        #panels{
            position: relative;
            margin: auto;
            top: 15%;
            width: 75%;
        }
        #boss{
            margin-top: 45%;
            margin-bottom: 75%;
        }
        .delete-all{
            color: red;
            background: rgba(245, 3, 3, 0.8);
            margin: 10px;
        }
