header{align-items:center;display:flex;justify-content:space-between;min-height:var(--header-height);padding:0 calc(var(--space)/2);pointer-events:none;top:0;z-index:10}@media screen and (min-width:1200px){header{position:sticky;width:100%}}header a{color:var(--color-text);font-size:1.2em;text-decoration:none}header a:hover{color:var(--color-link)}header nav{align-items:center;display:flex;justify-content:space-between;width:100%}header nav a{font-size:1em;text-decoration:none}header nav a:last-child{padding-right:0}