body {
    background-color: #1e1e1e;
    color: #f0f0f0;
    font-family: "Raleway", sans-serif;
}

h1,
blockquote {
    font-family: "Lora", serif;
}

.profile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.gallery-item img {
    width: 100%;
    display: block;
    border-radius: 6px;
    filter: grayscale(60%);
    transition: all 0.3s ease;
}

.gallery-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}

blockquote {
    font-size: 1.2rem;
    font-style: italic;
    color: #ccc;
}

.description-bottom,
.gslide-description {
    background-color: #1e1e1e !important;
   
}

.gslide-title{
     color: #f0f0f0 !important;
}