/* Файл для отладки статических файлов */
.debug-banner {
    background-color: #ff0000;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}