.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar__link {
  margin-left: 30px;
  color: #242424;
  text-decoration: none;
}
.navbar .navbar__link--purple {
  color: #a5b4fc;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1em;
  background-color: #1f2039;
}

header {
  background-color: white;
  padding: 20px 50px;
}/*# sourceMappingURL=style.css.map */