﻿.portfolio-item {
    margin-bottom: 20px;
}

.centerBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

    .centerBox img {
        max-width: 100%;
        max-height: 100%;
        padding:10px;
    }

.box-shadow-with-hover {
    transition: box-shadow 0.3s ease;
}

    .box-shadow-with-hover:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.border-all {
    border: 1px solid #ddd;
}

.border-radius {
    border-radius: 8px;
}
