*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  border: none;
}

html,
body {
  padding-top: 45px;
  height: 100%;
  overflow-x: hidden;
  min-height: 100%;
  background-color: #0b0028;
  font-family: "Jura", sans-serif;

}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.navbar-toggler-icon {
    background-color: rgba(255, 255, 255, 0.473) !important;
    border-radius: 4px;
  
  }
  
  .navbar-toggler {
    border: none !important;
  }

  #root {
    width: 100%;
    height: 100%;
  }
  
  .navbar {
    background-color: #53486c63 !important;
    backdrop-filter: blur(10px);
  
  }
  
  .nav-link {
    font-size: 14px !important;
  }
  #languageSwitcher{
    color: orange !important;
  }