header{display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;position:sticky;top:0;z-index:99;transition:all .3s ease-in-out}@media screen and (max-width: 768px){header{margin:0 auto;padding:1rem;width:98%}}header.scrolled{background-color:#fff;border-radius:1rem;width:98%;margin:0 auto;padding:1rem;top:1rem}header .logo{background-color:#fff;padding:.5rem 1rem;border-radius:1rem}header nav{display:flex;gap:2rem}header nav a{color:#fff;text-decoration:none;font-size:1.5rem;background-color:#ff4500;padding:.25rem 1rem;border-radius:1rem;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;text-align:center}@media screen and (max-width: 768px){header nav a{font-size:1rem}}header nav a:hover{border-radius:4rem;background-color:#bd3200}header nav a.selected{background-color:#fff;color:#ff4500;border-radius:1rem;border:1px solid orangered}
