body {
    min-height: max(884px, 100dvh);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.active-nav {
    border-bottom: 2px solid #0D3A6B;
    color: #0D3A6B;
    padding-bottom: 4px;
}

html {
    scroll-behavior: smooth;
}

.nav-link {
  position: relative;
  padding-bottom: 6px;
  transition: all 0.2s ease;
}

.nav-link.active {
  color: #0D3A6B;
  font-weight: 600;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0D3A6B;
  border-radius: 2px;
}

iframe {
  width: 100%;
  height: 100%;
}

.ht__logo {
  width: 200px;
}

.section__dev {
  margin-top: 5rem;
}