* {
  font-family: 'arial', 'Courier New';
}

body {
  margin: 0;
}

header * {
  background-color: #dedede;
}

header {
  margin: 0;
  margin-bottom: 40px;
  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;
}

header .nav-links a {
  color: black;
  display: flex;
  align-items: center;
  text-align: center;
  height: 30px;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #767676;
  border-radius: 5px;
  padding: 5px 10px;
}