.mainmenu {
  display: flex;
  gap: 1rem;
}
.mainmenu a {
  text-decoration: none;
}
.mainmenu a.active {
  font-weight: 700;
}
