@import url("https://fonts.googleapis.com/css2?family=Advent+Pro:wght@200;300;600&family=Raleway:wght@100;300&display=swap");

.langBtn {
  background-color: #333;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 600;
}
.langBtn:hover {
  background-color: #555;
  color: white;
  text-decoration: none;
}

div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}
h3 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 600;
}
h4 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 200;
}
p {
  font-family: "Advent Pro", sans-serif;
  font-weight: 600;
}
