html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}



body {
      font-family:"Poppins" !important;
}

[data-bs-theme=light]
#dark-theme-toggler {
    display: none;
}

[data-bs-theme=dark]
#light-theme-toggler {
    display: none;
}


[data-bs-theme=light]
.emphasis{
   background-color:white;
}

[data-bs-theme=dark]
.emphasis {
    background-color: #333;
}


body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color:#EFEFEF !important;
}

header {
    flex-shrink: 0;
}

footer {
    flex-shrink: 0;
}

main {
    flex: 1 0 auto;
}

.emphasis {
    background-color: white !important;
}