/* Магнитный Шторм - Притягательная сила */
body {
    background: #0D0C1D;
    color: #EFF1F3;
}

h1, h2, h3, h4 {
    color: #F72585;
}

.navbar a {
    color: #EFF1F3;
}

.navbar a:hover {
    color: #3A86FF;
}

.line {
    background: #EFF1F3;
}

.navbar .menu-items {
    background: #0D0C1D;
}

.catalog-btn {
    background: linear-gradient(135deg, #F72585 0%, #3A86FF 100%);
    color: #0D0C1D;
}

.feedback-field {
    background-color: #1B1934;
    color: #EFF1F3;
    border: 1px solid #F72585;
}

.feedback-btn {
    background: linear-gradient(135deg, #F72585 0%, #3A86FF 100%);
    color: #0D0C1D;
}

.category-card {
    background: #1B1934;
    box-shadow: 0 4px 6px rgba(247, 37, 133, 0.2);
}

footer {
    background: #0D0C1D;
}

footer a {
    color: #EFF1F3;
}