.nav-links {
  display: flex;
  flex-direction: column;
  width: 80%;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #333;
}

