body {
  background-color: #060405;
  color: #f9f6f7;
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

nav {
  height: 5vh;
  align-items: center;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0px;
  background-color: #060405;
}
nav a {
  color: #f9f6f7;
  margin: 0 25px 0 25px;
  text-decoration: none;
  font-size: 20px;
}
nav a:hover {
  color: #ff4040;
}

hr {
  margin: 0;
  background-color: #182525;
  border: 0;
  height: 2px;
}/*# sourceMappingURL=main.css.map */