 

.tophead_name {   
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;

 
display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  z-index: 50; 
  
  /* background-color: #fed589; */
  
}

#masthead {
 /* top: 40px; */
}

 