body {
background: linear-gradient(#90EE90 0%, #90EE90 50%,#90EE90 100%);
}
.profile{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
}
.maulpap {
    width: 200px;
}
.carousel-item img {
    height: 400px;
}
.carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}