.nav {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: block;
  text-align: center;
}
.nav ul {
  display: flex;
  justify-content: center;
}
.nav li {
  list-style-type: none;
}
.nav a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  margin-left: 5em;
  margin-right: 5em;
  font-size: large;
}
.nav a:hover {
  font-weight: 700;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}/*# sourceMappingURL=main.css.map */