body{
  position: relative;
  padding: 25px;
  background-image: url('../images/structure/moth.png');
  background-repeat: repeat;
  background-position: center;
  margin: 0;  
  
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}


body > * {
  position: relative;
  z-index: 1;
}
.title {
	color: #E6E6FA;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000,
     0    0   8px #b78be0;
  font-size: 3.5rem;
}

.index-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.index-list li {
  margin: 25px 0;
  text-align: center;
}

.index-list a {
  color: #E6E6FA;
  text-decoration: none;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
font-size: 1.75rem;
  
}

.index-list a:hover {
  color: #FFD700;
}
