.headerBackdrop {
position: fixed;
height: 6rem;
left: 0;
right: 0;
top: 0;
background-color: rgba(20, 20, 20, 0.95);
display: flex;
backdrop-filter: blur(0.25rem);
}

.headerContainer {
  position: fixed;
  height: 6rem;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.siteTitle {
  color: white;
  text-align: center;
  flex: 0 0 27.1rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3rem;
}