.div-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98vw;
    height: 100px;
    background-color: var(--brown);
    color: var(--white);
    height: 12vh;
    border-radius: 10000px;
    margin-top: 2vh;
}

.header-hr-vertical {
    background-color: var(--white);
    border-radius: 10000px;
    border: none;
    margin: 0 2vw;
    border-radius: 10000px;
    height: 3vw;
    width: 0.1vw;
}

.div-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 2vw;
}

.img-header-menu {
    width: 4vw;
    cursor: pointer;
}

.img-header-person {
    width: 2.5vw;
    cursor: pointer;
}

.p-header-title {
    font-size: 2vw;
    font-weight: bold;
}

.p-header-moderator, .p-header-voice {
    font-size: 1.2vw;
    font-weight: bold;
}

.div-header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-right: 2vw;
}

.div-header-moderator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1vw;
    cursor: pointer;
}

.div-header-voice {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1vw;
    cursor: pointer;
}

.img-header-moderator, .img-header-voice {
    width: 2vw;
}









