*{padding:0;margin:0;box-sizing:border-box;text-decoration:none}html,body{height:100%;width:100%;background-color:#111;overflow-x:hidden}main{width:100vw;background-color:#111}nav{position:fixed;width:100%;padding:1% 10%;background-color:#29292971;display:flex;justify-content:space-between;align-items:center;z-index:999;transition-duration:0.5s;transition-timing-function:all ease-out}#cpage1{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2vh}#cpage1 h1{font-size:8vh;font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;font-weight:900;background:linear-gradient(to right,red,blue);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 0 60px rgba(255, 0, 0, 0.62);animation:anime 1s infinite alternate}#cpage2 h2{color:white}@keyframes anime{100%{text-shadow:0 0 25px rgba(4, 0, 255, 0.62);}}#cpage1 h2{font-size:xx-large;font-weight:400;color:white}#cpage2 h2{font-size:xx-large;font-weight:400;color:white}#cpage1 h3{font-size:larger;font-weight:200;color:white}#table1{height:auto;width:auto;display:inline-block;overflow:scroll;border:solid wheat 5px;padding:2%}.row{display:flex;justify-content:space-between;align-items:center;width:100%;height:30%;gap:2vw;padding:0 5%;border-bottom:solid wheat 3px}.row1{display:flex;justify-content:space-between;align-items:center;width:100%;height:20%;gap:2vw;padding:0 5%;border-bottom:solid wheat 3px}#table1 h2{color:cadetblue;font-weight:900;width:33%}#table1 h3{font-size:xx-large;font-weight:500;width:33%}#table1 a{height:auto;width:33%;font-size:large;color:white}#cpage2{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2vh;margin-top:5vh;border-top:solid white 2px}#cpage2 h2{font-size:5vh;font-weight:200;color:chartreuse}#cpage2 h3{font-size:larger;font-weight:200;color:white}@media only screen and (max-width: 800px){#table1 h3{font-size:small;overflow:scroll}#table1 h2{font-size:small;overflow:scroll}.row{padding:0 2%;height:30%;overflow-x:scroll}.row1{padding:0 2%;overflow:scroll;height:30%}#table1{width:90%;height:80%}#cpage1{height:80vh;padding:2%}#cpage1 h1{font-size:4vh}#cpage1 h2{font-size:large}#cpage2{height:80vh;padding:2%}#cpage2 h2{font-size:large}}