body {
    background-color: #f4f6f9;
}

.top-bar {
    background: #ff3b3b;
    color: white;
    font-size: 14px;
}

.main-header {
    background: #1e2a38;
    color: white;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.search-bar {
    width: 50%;
}

.category-menu {
    background: #263445;
}

.category-menu a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.category-menu a:hover {
    text-decoration: underline;
}

.footer {
    background: #1e2a38;
    color: white;
}
