html {
  height: 100%;
  overflow-y: auto;
}

body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
   background: radial-gradient(circle at center, rgba(40, 30, 60, 1) 0%, rgba(15, 10, 25, 1) 100%);
  background-blend-mode: multiply;
  background-attachment: fixed;
  min-height: 100%;
  margin: 0;
  padding: 2%;
  color: #ffffff;
  font-family: "Avenir Next", sans-serif;
  font-weight:400;
  font-size: 2vh; 
  height: 10vh; 
  overflow-y: auto; 
}

.filter {
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.5vh;
  color: #8888a1;
}

.radar-container {
  width: 100vb;
  height: 120vh;
  justify-content: center; 
  align-items: center; 
}

li {
  margin: 25px 5%;
}

table {
  width: 100%; 
  max-width: 1400px; 
  margin: 0 5%;
}


#extrainfo {
  visibility: hidden;
  color: #fff;
  padding: 5px;
  z-index: 10; 
  text-align: left;
  width: 90%;
  word-wrap: break-word;
  display: flex;
  justify-content: center;
  margin: 0 auto; 
}

.tribe-link {
  color: white;
}

.overlay {
  display: none;
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.8); 
  color: white; 
  padding: 20px;
}

.overlay-content {
  background-color: #1e1e2f; 
  margin: 5% auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%; 
  transform: translateY(-10%);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.overlay a {
  color: #a05ef7; 
  text-decoration: none; 
}


.overlay a:hover {
  color: #a05ef7; 
  text-decoration: underline; 
}

.overlay a:visited {
  color: #a05ef7; 
}

.fixed-header {
  position: fixed; 
  top: 0;
  width: 100%;
  z-index: 1000; 
}

.scrollable-container {
  max-height: 400px;
}

.container {
  height: auto; 
  min-height: 100vh; 
}