nav {
  display: flex;
  flex-direction: column;
  width:60ch;
  margin:auto;
}

nav a{
  font-size: 1.3rem;
  margin:1.5rem;
}
