* {
  margin: 0px;
  padding: 0%;
}
html {
  scroll-behavior: smooth;
}

.nav-link {
  font-size: 20px;
  margin-left: 15px;
  color: black;
  font-weight: bold;
}

.landing {
  background-image: url('images/artimg-1.png');
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: 100% 100%;
  clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0% 75%, 0% 0%);
}
