html {
  height: 100%
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative;
  color: white;
  /* top: 0;
  left: 0; */
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background: rgb(14, 150, 184); */
  background: linear-gradient(#e66465, #9198e5);
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

a :visited {
  color: white
}

ul, li {
  list-style: none;
}

.nav {
  overflow: hidden;
}

.nav li {
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: white;
  color: black;
  float: left;
}

.nav img {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  margin-left: 10px;
}

.nav p {
  float: left;
}

.button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: white;
  color: black;
  float: left;
  background-color: white;
  color: black;
  transition: 0.3s;
}

.button a {
  color: currentColor;
}

.button:hover {
  background-color: black;
  color: white;
  transform: translate();
}

.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: white;
  opacity: 0.4;
  color: black;
}

.bottom ul {
  list-style: square;
}

.bottom_t li {
  width: 100%;
  text-align: center;
  color: black;
}

.bottom li {
  width: 25%;
  float: left;
}

.main {
  position: relative;
  padding-bottom: 100px;
}

.archive-element {
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 10%;
  width: 80%;
  height: 150px;
  background-color: white;
  border-radius: 10px;
}

.archive-element h1 {
  color: black;
  margin-left: 2.5%;
  margin-top: 3.5%;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.archive-element p {
  color: black;
  position: relative;
  margin-left: 4%;
  margin-top: 1%;
  width: 72%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 900;
}

/* #titleend {
  animation: titleend 10s infinite;
  background-color: hsla(0, 100%, 100%, 0.5);
  margin: 10px 10px;
  padding: 10px 10px;
  border-radius: 5px;
}

@keyframes titleend {
  0% {
    color: hsla(0, 100%, 65%, 1)
  }
  10% {
    color: hsla(36, 100%, 55%, 1)
  }
  20% {
    color: hsla(72, 100%, 55%, 1)
  }
  30% {
    color: hsla(108, 100%, 55%, 1)
  }
  40% {
    color: hsla(144, 100%, 55%, 1)
  }
  50% {
    color: hsla(180, 100%, 55%, 1)
  }
  60% {
    color: hsla(216, 100%, 55%, 1)
  }
  70% {
    color: hsla(252, 100%, 55%, 1)
  }
  80% {
    color: hsla(288, 100%, 55%, 1)
  }
  90% {
    color: hsla(324, 100%, 55%, 1)
  }
  100% {
    color: hsla(0, 100%, 55%, 1)
  }
} */