.custom-rounded-image img {
    border-radius: 20px !important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9) !important;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9) !important;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.9) !important;
}
.big-button {
    font-size: 10px !important;
    font-weight: bold !important;
}
.big-button:active {
    transform: translateY(2px); /* ღილაკი ოდნავ ჩაიწევს დაჭერისას */
    box-shadow: none !important; /* ჩრდილი გაქრება დაჭერისას */
}