.scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-left: 7%;
    margin-right: 7%;

}

.scrolling-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrolling-wrapper::-webkit-scrollbar {
    width: 2em;
    height: 5px;
    background-color: #F5F5F5;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #85BB59;
}

.cardd {
    display: inline-block;
    height: 200px;
    width: 200px;
    padding: 20px;
    margin-bottom: 10px;

}

.centerText {
    text-align: center;
    color: #75B042;
}