#nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav li {
  margin: 30px;
}
