@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", "Montserrat", sans-serif;
  background-color: #11071f;
  color: white;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.nav-container {
  background-color: #1a0b2e;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  height: 10vh;
}
.nav-container nav {
  width: 50%;
  margin-left: auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-container nav li {
  list-style: none;
}
.nav-container nav li a {
  text-decoration: none;
  color: white;
}

.footer {
  margin-top: 10px;
  color: white;
}

/*# sourceMappingURL=base.css.map */
