.container-header {
  color: #B0C4D9;
  background: linear-gradient(to right, #132C42, #0A1828);
}
.mod-menu>li {
  color: #B0C4D9;
}
.mod-menu>li.active,
.mod-menu>li:hover {
  box-shadow: inset 0 -2px #7EC8F6;
}
.mod-menu>li {
  transition: box-shadow 0.15s ease-in-out;
}
body {
  background-color: #0A1828;
  color: #B0C4D9;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
h1, h2, h3 {
  font-weight: 600;
  margin-bottom: 0.5em;
}
