body{
  margin: 0px;
}

nav{
  background-color: aliceblue;
  padding: 18px 8px;
  text-align-last:center;
  margin: auto;
}
nav a{
  color: #1a1712;
  text-decoration: none;
}