header{width:98vw;padding:1vw;display:grid;grid-template-columns:30% 70%}header a,header p{display:flex;flex-direction:row;align-items:center;gap:1.6rem;text-decoration:none}header h1{display:inline}header img{width:8.5rem}header nav{display:flex;justify-content:flex-end;flex-direction:row;width:100%}main{margin:0 25%}@media screen and (max-width:1900px){header{grid-template-columns:60% 40%}}@media screen and (max-width:960px){header{grid-template-columns:70% 30%}header img{width:7rem}header nav{flex-direction:column;align-items:flex-end;justify-content:center;gap:1.2ch}header nav p{display:none}header nav a:active,header nav a:hover{text-decoration:underline}}@media screen and (max-width:780px){header h1{display:none}header{grid-template-columns:6.4rem auto;width:94vw;padding:1vw 3vw}header img{width:6.4rem}main{margin:0 10%}}