.bg-dark{
    background-color: rgb(56, 56, 56);
}

.text-white{
    color: white;
}

.custom-image{
    border-radius: 20px;
    padding: 10px ;
    width: calc(100% - 20px) !important;
}

.buttonsStyle > button {
    background-color: white;
}

.buttonsStyle > div {
    background-color: aqua;
}


.shopping-center{
    position: fixed;
    right: 10px;
    top: 0px;
}