/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 19:22:53 */
.scrollable-paragraph {
    height: 150px;
    overflow-y: auto;
    padding: 10px;
}

.scrollable-paragraph::-webkit-scrollbar {
    width: 8px;
}

.scrollable-paragraph::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 4px;
}

.scrollable-paragraph::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.scrollable-paragraph::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.portfolio-item h3, .portfolio-item p{
	margin: 0;
}
div#ultimate-cursor img {
    object-fit: contain !important;
}