.header {
  width: 960px;
  margin-top: 25px;
  margin: auto;

}

.hin {
  display: flex;
  justify-content: space-between;
}

.rei {
  margin-top: 20px;
  max-width: fit-content;
  font-weight: bold;
  font-size: 40px;
}

.rog2 {
  height: 50px;
  width: 220px;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: auto;
}

.container {
  position: sticky;
  top: 0;
  background-color: #fdfcfc;
  box-sizing: border-box;
}

.nvv {
  display: flex;
  justify-content: space-evenly;
  box-sizing: border-box;
  font-weight: bolder;
}

.nvv li {


  width: 220px;
  background-color: rgb(87, 245, 114);
  font-size: 25px;
  font-style: normal;
  display: block;
  text-align: center;
}

.nvv a {
  color: #6a56ce;
}

.nav {}



.soho {}