.adminCaroussel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.carousselPic {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.picCarous {
    width: 400px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

.delete_button {
    position: relative;
    color: black;
    cursor: pointer;
}

.delete_button:hover {
    color: red;
}

.carousselUpload {
    display: flex;
    justify-content: center;
}

.uploadForm {
    display: flex;
    justify-content: center;
    flex-direction: column;
}