@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');

.headingCarousel{
    padding-left: 20px;
    padding-top: 20px;
}
.carousel-cell {
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.carousel-cell-item{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    font-size: 35px;
    text-align: center;
    font-family: 'Reenie Beanie', cursive;
    padding: 10px;
}

.carousel-cell:nth-child(1n) {
    transform: rotate(-2deg);
}

.carousel-cell:nth-child(2n) {
    transform: rotate(1deg);
}

.carousel-cell:nth-child(4n) {
    transform: rotate(4deg);
}
