header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.container {
  display: flex;                 
  align-items: center;           
  justify-content: space-between;
}