body,
html {
  height: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: #000035;
  color: orange;
}

a {
    color: gold;
}

.sidebar {
  padding: 20px;
  background-color: #000035;
  color: orange;
  height: calc(100vh - 56px);
}

.nav-pills .nav-link {
  color: orange;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
  background-color: orange;
  color: #000035;
}

.container .section {
  margin-bottom: 20px;
}

h2 {
  color: orange;
}

p {
  color: white;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li a {
  color: orange;
  text-decoration: none;
}

nav ul li a:hover {
  color: white;
}

.sidebar-title {
  color: orange;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.language-selection {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}

.language-selection button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.language-selection img {
  width: 30px;
  height: auto;
}

footer {
  background-color: white;
  color: #000035;
}

footer img {
  border: none;
}
