.app-container {
    width: 100vw;
    height: 100vh;
    background-image: url('../img/category-page-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.header-container {
    width: 100%;
    padding: 5.9vh 4.1vw;
}

.header-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content .header-logo {
    max-width: 40vw;
}

.header-menu {
    display: flex;
    align-items: center;
}

.menu-item {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 4px 1px rgba(169, 186, 203, 0.32), inset 0px 0px 32px 0px rgba(255, 255, 255, 0.56);
    border-radius: 999px 999px 999px 999px;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.32)) 1 1;
    height: 58px;
    padding: 0 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 26px;
    color: #004DA1;
    white-space: nowrap;
    margin-left: 24px;
}
