body {
    font-family: 'Quicksand', sans-serif;
    background-color: #f8f9fa;
}

header .logo {
    max-height: 50px;
}

h1, h2, h3 {
    color: #333;
}

.card {
    border: none;
    background-color: #f8f9fa;
}

.accordion .card {
    border:none!important;
    }

.list-group-item {
    background-color: #fff;
    border: none!important;
    transition: background-color 0.3s ease;
}

.list-group-item:hover {
    background-color: #f1f1f1;
}

footer {
    position: relative;
}

.text-primary {
    color: #007bff !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-success {
    color: #28a745 !important;
}

.bg-primary {
    background-color: #007bff !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.telegram-image {width: 100%;}
