body {
  font-family: "Arial", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #ededed;
  background-image: url('../resources/keycloak-bg.png');
  background-size: cover;/
}

h1 {
  margin-bottom: 20px;
}

nav {
  margin-top: 20px;
}

ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

li {
  margin: 0 20px;
}

a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

a:hover {
  color: #0056b3;
}

.country-list {
  margin-top: 20px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.kc-header-wrapper {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding: 62px 10px 20px;
  white-space: normal;
}

.subtitle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2em;
  padding: 10px 10px 20px;
  white-space: normal;
}

.button-container {
  margin-top: 20px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
  background-color: #3498db;
  color: #ededed;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}