.carousel {
width: 100%;
align-items: center;
justify-content: center;
z-index: 1;
overflow: hidden;
text-align: center; 
}

.carousel-items {
    display: flex;
    transition: transform 0.5s ease;
    align-items: flex-start;
    margin-bottom: 75px;
}

.item {
    display: flex; 
    align-items: center; 
}

.carousel-buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}