How can I keep my header at the top of the page instead of in the middle?
`header {
position: sticky;
top: 0;
}
<!--body { display: flex; justify-content: center; align-items: center; }
h1 {font-family: sans-serif;}
h1 {text-align: centre;}
-->
</style>
</head>
<body>
<h1><a href="https://w1545565.users.ecs.berries.ac.uk/webDev/one.html"> Site Map </a>
</h1>
<hr>`