.nav {
  border: 8px solid #80518e;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  background-color: pink;
}
