/* Цифровой Оазис - Футуристический рай */
body {
    background: #03131E;
    color: #E5F9E0;
}

h1, h2, h3, h4 {
    color: #00E5A1;
}

.navbar a {
    color: #E5F9E0;
}

.navbar a:hover {
    color: #FFA69E;
}

.line {
    background: #E5F9E0;
}

.navbar .menu-items {
    background: #03131E;
}

.catalog-btn {
    background: linear-gradient(135deg, #00E5A1 0%, #FFA69E 100%);
    color: #03131E;
}

.feedback-field {
    background-color: #052536;
    color: #E5F9E0;
    border: 1px solid #00E5A1;
}

.feedback-btn {
    background: linear-gradient(135deg, #00E5A1 0%, #FFA69E 100%);
    color: #03131E;
}

.category-card {
    background: #052536;
    box-shadow: 0 4px 6px rgba(0, 229, 161, 0.2);
}

footer {
    background: #03131E;
}

footer a {
    color: #E5F9E0;
}