#blog-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background-color: white;
  box-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.5); }

#blog-header-placeholder {
  height: 4rem; }

#blog-header > ul {
  display: flex;
  flex-direction: row;
  gap: 2rem; }
  #blog-header > ul li {
    list-style-type: none; }
