body{
    font-family: 'Poppins', sans-serif;
}

.navbar, .navbar *{
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.navbar{
    height: 5rem;
    background-color: transparent !important;
}

.menu{
    border: none;
    background-color: transparent;
}

.menu img{
    height: 1.5rem;
}

button.btn-close:focus, button.btn-close:active{
    box-shadow: none;
}

.offcanvas-header{
    margin: 1rem;
}

.dropdown-menu .dropdown-item:active{
    background-color: white;
    color: black;
}

form {
        max-width: 800px;
        margin: 2rem auto;
        padding: 1rem;
      }

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}

table.table a {
    color: black;
}
table.table a:visited {
    color: gray;
}