header {

.logo:before {
  content: "× ";
  color: #DABBFD;
}


.header {
  padding: .625rem 0 0 0;
  display: flex;
  position:fixed;
  flex-direction: row;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}
}

body {
  line-height: 1.5;
}

.menu ul {
  display: flex;
  flex-direction: row;
  gap: .25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
}

.menu li {
  margin: 0px;
}