header * {
  background-color: #dedede;
}

header {
  margin: 0;
  background-color: #dedede;
  padding: 20px 0;
}

header .title {
  width: 100%;
  text-align: center;
}

header .nav-links {
  background-color: #dedede;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}