*{padding: 0px; margin: 0px; list-style: none; text-decoration: none; overflow: hidden; box-sizing: border-box; font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;}
.nav-contaienr{width: 100%; background-color: rgba(0, 255, 255,.1); position: fixed; top: 0px; box-shadow: 0px 0px 2px cyan inset; height: 70px;}
.nav-top{width: 1200px; margin: auto; display: flex; justify-content: space-between;}
.logo{font-size: 30px; line-height: 70px;}
.nav-top a{ color: #fff;text-shadow: 0 0 5px #0aafe6, 0 0 5px rgba(10, 175, 230, 0);}
.nav-top ul{display: flex; }
.nav-top ul li{margin-left: 80px; display: flex; align-items: center;}
.nav-top ul li a{line-height: 70px; font-weight: 600; font-size: 22px; text-shadow: 0 0 5px #0aafe6, 0 0 5px rgba(10, 175, 230, 0);}
