header {
    background: #181818;
    height: 70px;
    display: flex;
    align-items: center;
}

.active-tag {
    color: #888888;
}

.header-container {
    width: 1230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

#search-input-container {
    position: absolute;
    top: 13px;
    right: 100px;
    background: #181818;
    border: none;
    border-bottom: 1px solid #888888;
    color: #ffffff;
}

.header-container > nav {
    display: flex;
    color: #ffffff;
    width: 980px;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
}

.header-container > nav > div:hover {
    color: #888888;
    cursor: pointer;
}

.header-container > div {
    width: 93px;
    display: flex;
    justify-content: space-between;
}