ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333333;
  display: flex;
  border-bottom:3px solid;
  border-image: linear-gradient(to right,white,transparent)3;
  border-width: 0 0 0.5px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  flex-wrap: nowrap;        
    overflow-x: auto;         
    white-space: nowrap; 
    -webkit-overflow-scrolling: touch;
}
ul::-webkit-scrollbar{
  display:none;
}

ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}
ul li a.active {
  background-color: #04AA6D;
}
li{
  font-family:Lato;
  border-right:1px solid white;
}
body{
  margin:0;
  background: radial-gradient(at top right, #0f172a 0%, #1e293b 100%);
}
#raise{
  margin:3%;
  padding:8%;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  border:5px groove white;
  border-radius: 45%;
  background-image: radial-gradient(at top right, white,gray);
  color: transparent;
  background-clip: text;
}
.ha{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ha:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255,255,255,0.2);
}
h1{
  text-align:center;
  margin:3%;
  text-decoration: underline;
  font-family: lato;
  background-image: conic-gradient(white,gray,white);
  background-clip: text;
  color: transparent;
}
.ha{
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin:1%;
  border: 5px ridge;
  border-radius: 45%;
  border-color: whitesmoke;
}
hr{
  border: none;
  margin-top:3%;
  margin-bottom: 3%;
  height:2px;
  background-image: linear-gradient(to right,transparent ,gray,white,gray,transparent );
}
h2{
  margin:3%;
  text-decoration: underline;
  font-family: lato;
  background-image : conic-gradient(at top left,white,gray,white);
  background-clip: text;
  color: transparent;
  text-shadow: 1px 1px 30px black;
}
p{
  margin:3%;
  text-align: center;
  color: whitesmoke;
  text-shadow: 1px 1px 10px gray;
}
#ev{
  border:none;
  color:whitesmoke;
  text-shadow: 1px 1px 10px gray;
}
#no{
  border: none;
  margin:3%;
  list-style-type: circle;
  position: relative;
  background-color: transparent;
}