p {
  color: #1CB698;
}

section {
  height: 400px;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1E2326;
  display: flex;
  justify-content: flex-end;
}

.nav-link {
  text-decoration: none;
  color: #fff;
  padding: 0 10px 0 10px;
  position: relative;
}

/*# sourceMappingURL=/main.77bb5cfd.css.map */