.montserrat- {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
:root {
  --primary-color: #0c085e;
  --secondary-color: #e9e9ecef;
  --box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
body {
  background: #f8f8f8 !important;
  font-family: "Montserrat", sans-serif !important;
}
h1,
h2,
h4 {
  text-align: center;
  margin: 0;
  font-weight: 700 !important;
}
h1,
h3,
h5 {
  color: var(--primary-color) !important;
}
.button-link {
  background: var(--primary-color);
  box-shadow: var(--box-shadow);
  color: white;
}
.navigation-links {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.navigation-links a {
  margin: 20px;
  border-radius: 4px;
  padding: 20px 15px;
  text-decoration: none;
  text-transform: capitalize;
}
.info {
  padding: 100px 0;
}
.seshat {
  color: var(--primary-color);
  font-weight: bold;
  text-decoration: none;
}
.contact {
  text-align: center;
}
.mail {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.nav-item :hover {
  color: var(--primary-color) !important;
  font-weight: bold;
}
.nav-item.active {
  color: var(--primary-color) !important;
  font-weight: bold;
}
@media (max-width: 576px) {
  .navigation-links {
    display: none;
  }
  .description {
    display: none;
  }
}
