body {
  background: repeating-linear-gradient(
    90deg,
    rgba(0, 5, 0, 0.80),
    rgba(0, 0, 0, 0.005) 100vw,
    rgba(0, 0, 0, 0.0) 10vw,
    rgba(0, 0, 0, 0.0) 10vw
  ),
    repeating-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.80),
      rgba(0, 0, 0, 0.005) 100vw,
      rgba(0, 0, 0, 0.0) 10vw,
      rgba(0, 0, 0, 0.0) 10vw
    ),
    url(goondrop.png);
}
p {
  color: black;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  border-color: lime;
  border-style: solid;
  border-radius: 30px;
  background-color: limegreen;
  text-decoration: underline;
  text-shadow: 2px 2px lime;
  font-family: cursive;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
h2 {
  background-color: limegreen;
  border-color: lime;
  border-style: solid;
  color: black;
  width: 350px;
  text-align: center;
  border-radius: 25px;
  margin: auto;

}
hr {
  border-style: double;
  background-color: lime;
  height: 2px;
  width: 100%
}
p {
  text-align: center;
  font-weight: 500;
  color: white;
  font-size: 18px
}
li {
  height: 25px;
  margin: auto;
  color: white;
  text-align: left;
}
ul {
  text-align: center;
  list-style-position: inside;
}
img {
  margin: 10px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: white;
}
.top-img {
    margin: 10px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border: solid 5px;
    border-color: black;
    border-radius: 15px;
}
.big-qr {
  margin: 10px;
  width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.vl {
  border-left: 4px solid lime;
  border-right: 4px solid lime;
}
.ul-center {
  display: inline-block;
  text-align: left;
}
.div-container {
  text-align: center;
}
.back-to-index {
  font-size:15px;
  color: lime;
  text-align: center;
  display: block;
}
h5 {
  text-align: center;
  color: white;
  font-weight: 100;
}
h3 {
  color: white;
}
.source {
  font-size:10px;
  color: white;
}
a {
  color: lime;
  font-size:15px;
}
.doki {
  color: #ffdbf0;
}