/* Квазарное Свечение - Межгалактическая энергия */
body {
    background: #0A0E21;
    color: #D1E8E2;
}

h1, h2, h3, h4 {
    color: #FF3864;
}

.navbar a {
    color: #D1E8E2;
}

.navbar a:hover {
    color: #2DE2E6;
}

.line {
    background: #D1E8E2;
}

.navbar .menu-items {
    background: #0A0E21;
}

.catalog-btn {
    background: linear-gradient(135deg, #FF3864 0%, #2DE2E6 100%);
    color: #0A0E21;
}

.feedback-field {
    background-color: #141D3C;
    color: #D1E8E2;
    border: 1px solid #FF3864;
}

.feedback-btn {
    background: linear-gradient(135deg, #FF3864 0%, #2DE2E6 100%);
    color: #0A0E21;
}

.category-card {
    background: #141D3C;
    box-shadow: 0 4px 6px rgba(255, 56, 100, 0.2);
}

footer {
    background: #0A0E21;
}

footer a {
    color: #D1E8E2;
}