header {
 display:flex;
 flex-direction:row;
 justify-content:center;
 align-items:center;
 height:32px
}
header .nav {
  top:0;
  left:auto;
  max-width: 63em;
  width:100%;
}
.on_centre {
  top:0;
}
.menu {
  width:100%;
}