.navbar {
  position: fixed; 
  display: flex;
  align-items: center;
  background-color: rgb(255,255,255);
  padding: 10px 20px;
  top: 0;
  width: 100%;
  /*height: 50px;*/
  z-index: 1000;
}