ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333333;
  display: flex;
  border-bottom:5px solid;
  border-image: linear-gradient(270deg, black,gray)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: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
}
h1{
  margin:5%;
  text-decoration: underline;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-shadow: 1px 1px 15px gray;
  background-image: linear-gradient(45deg,#343635,#181a19);
  background-clip: text;
  color: transparent;
}
#pro{
  margin:3%;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color:black;
  border:2px solid;
  border-image:linear-gradient( to bottom right,#cfd1d0,#bfbfbf)1;
  box-shadow: 1px 1px 20px black;
  padding:3%;
}
.jim{
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.jim:hover{
  text-shadow: 1px 1px 5px gray;
  transform: scale(1.05);
}
hr{
  border:none;
  height:3px;
  background-image: linear-gradient(to right,transparent,gray,black,gray,transparent);
  box-shadow:1px 0px 5px gray;
}
h2{
  margin:3%;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
p{
  margin: 3%;
  font-family: 'Courier New', Courier, monospace;
}
.role{
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  transition: transform 0.3s ease,box-shadow 0.3s ease;
}
.role:hover{
  transform: translateY(-5px);
  box-shadow: 1px 0px 10px black;
}
#pep{
  text-align: center;
}