header {
  display: flex;
  background-color: white;
  position: sticky;
  height: 64px;
  /* border: 1px solid red; */
  justify-content: space-between;
  align-items: center;
  top: 0;
  z-index: 500;
}

.binancelogo-header {
  display: flex;
  
  
  height: 24px;
  margin-left: 15px;
}


.binancelogo-headerimg{
  width:25px;
}

/* .material-symbols-outlined {
  height: 17px;
  margin-right: 10px;
  margin-top: 7.8px;
  font-weight: bold;
  cursor: pointer;
}

.material-symbols-outlined:hover {
  color: rgb(240, 185, 11);
} */

.BINANCE-headerlogo {
  color: rgb(240, 185, 11);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 2.5px;
  margin-left: 3px;
  font-size: 19px;
  letter-spacing: 1px;
  cursor: pointer;
}
