body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 5px;
    display: flex;
    flex-direction: column;}
    img {
    width: 120px;}
    
    .pp {
    text-align: center;}
    
    h1 {
    font-size: 20px;
    text-align: center;
    padding: 9px;}
    
    p {
    text-align: center;
    font-weight: 900;
    color: #4900ff;}
    
    .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); /* Responsive Grid */
    gap: 3px;
    max-width: 1000px;}
    
    .gallery-item {
    text-align: center;
    background-color: #fff;
    padding: 3px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);}
    
    .gallery-item a {
    display: block;
    text-decoration: none;
    color: inherit;}
    
    .gallery-item img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;}
    
    .gallery-item:hover img {
    transform: scale(1.05);}
    
.kurti-label1 {
    background-color: black;
    color: white;
    font-size: 10px;
    padding: 3px;
    display: inline-block;
    width: 90%;
    border-radius: 5px;
    margin-top: 1px;
    font-weight: bold;
    }

    .kurti-label {
    background-color: black;
    color: white;
    font-size: 12px;
    padding: 2px;
    display: inline-block;
    width: 90%;
    border-radius: 5px;
    margin-top: 6px;
    font-weight: bold;
    }