@import url("https://fonts.googleapis.com/css2?family=Foldit:wght@900&display=swap");
@import url("Font.css");
* {
  margin: 0;
  padding: 0;
  font-family: Surt, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  color: #fff;
  background: #121212;
}

nav {
  width: 90%;
  padding: 0 5%;
  height: 5em;
  background-color: #121212;
  border-bottom: 2px solid #121212;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .title {
  font-family: Foldit, cursive;
  font-size: 4em;
  height: 1em;
  filter: sepia(1) hue-rotate(130deg) saturate(400%);
}
nav a {
  font-size: 1.5em;
}

a {
  text-decoration: none;
  color: #36F1CD;
  font-stretch: expanded;
  font-weight: 600;
}/*# sourceMappingURL=App.css.map */