@import url('/lib/css/index.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

#c {
  position: fixed;
  z-index: -1;
}

.hidden {
  display: none;
}

a {
  display: inline-block;
  text-decoration-line: none;
  color: #591;
}

body {
  background-color: rgb(23, 23, 23);
  width: 100%;
  color: rgb(200, 200, 200);
}

header {
  width: 100%;
  overflow: hidden;
}

.nav {
  position: fixed;
  z-index: 99;
  clear: both;
  display: flex;
  width: 100%;
  background-color: rgba(15, 25, 50, 0.9);
  flex-direction: row;
  justify-content: space-between;
}

.nav li {
  text-align: center;
  width: 8rem;
  height: 3.4rem;
  padding: 1rem;
  display: inline-block;
  box-sizing: border-box;
}

.nav li:hover {
  background: radial-gradient(#5180e8, #212369);
  color: white;
}

header div:last-child {
  width: 100%;
  height: 3.4rem;
  position: relative;
}