.bg-light-blue {
    background-color: #E0F7FA; /* Svetlá modrá */
    color: #212529; /* Tmavší text pre čitateľnosť */
}

.bg-light-gray {
    background-color: #F5F5F5; /* Svetlá sivá */
    color: #212529;
}

.bg-light-beige {
    background-color: rgba(245, 245, 245) !important;
    color: #212529 !important;
}

#resultChart {
    margin-top: 100px;
}

@media (max-width: 576px) {
    .mw-100 {
        width: 100% !important;
    }
}
