:root{
    --bs-primary: #7a83ff;
    --bs-primary-rgb: 122, 131, 255;
    
    --bs-secondary: #cccfff;
    --bs-secondary-rgb: 22, 104, 169;
}

.container {
    max-width: 500x;
}
#portofolio img {
    /*max-width: 400px;
    width: 100%;*/
}

#portofolio .image-containter{
    height:100px;
    overflow:hidden;
}
#portofolio .image-container img{
    obejct-fit:cover;
    /*width:100%;
    height:100%;*/
}

.img-contain{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.carousel-inner {
    background-color: #ffffff;
    
}