/* ===== HEADER ===== */
.header {
    background: var(--primary-color);
    padding: 10px 0;
    box-shadow: 0 2px 10px var(--shadow);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 60px;
    width: auto;
}