.header {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-left .header-name {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 55.5px */
  letter-spacing: -0.407px;
}

.header-left .header-email {
  color: rgba(0, 0, 0, 0.52);
  text-align: justify;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 13.5px */
  letter-spacing: -0.099px;
}

.header-right {
  display: flex;
  align-items: center;
  /* margin-right: 56px; */
}
.header-right .header-menu {
  color: rgba(0, 0, 0, 0.19);
  text-align: justify;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
  margin-left: 20px;
  cursor: pointer;
}
.header-right .select {
  color: #000;
}

.nav-menu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.nav-menu-item {
  color: rgba(0, 0, 0, 0.2);
  text-align: justify;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
  margin-left: 50px;
  cursor: pointer;
}
.nav-menu .select {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}
