body {
  background-image: url('https://sadisticduck.neocities.org/Wuhu.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

li {
  
  margin-bottom: 50px;
  text-align: center;
  font-family: sans-serif;
  font-size: 3rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -4px 4px #ff5722,
               -8px 8px #f9a825,
               -12px 12px #acfa70,
               -16px 16px #43df8b,
               -20px 20px #00bca1,
               -24px 24px #0097a3,
               -28px 28px #007498,
               -32px 32px #09507f,
               -36px 36px #292f56;
}
.animated-rainbow {
    font-size: 50px;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    background: linear-gradient(to left, #f00, #ff2b00, #f50, #ff8000, #fa0, #ffd500, #ff0, #d4ff00, #af0, #80ff00, #5f0, #2bff00, #0f0, #00ff2a, #0f5, #00ff80, #0fa, #00ffd5, #0ff, #00d5ff, #0af, #0080ff, #05f, #002aff, #00f, #2b00ff, #50f, #8000ff, #a0f, #d400ff, #f0f, #ff00d4, #f0a, #ff0080, #f05, #ff002b, #f00);
    animation: rainbow-move-left-right 5s linear infinite alternate;
    -webkit-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color: transparent;
}


.boxhead a {
    color: #292f56;
    text-decoration: none;
}

ul {list-style-type: none;}

