body {
    background-image: url(https://i.pinimg.com/736x/5b/80/70/5b8070b35b35c370d8ab687b6cf646ee.jpg);
    background-position: left;
    background-size: cover;
    cursor: url(https://arealankleater.neocities.org/image-from-rawpixel-id-20931724-png.png), auto;
}

h1 {
    margin-left: 60px;
    font-family: "Alien Androids";
    color: #002060;
    text-align: left;
    font-size: 90px;
    text-shadow: 0 0 7px #ffffff, 0 0 10px #fff, 0 0 21px #0070C0, 0 0 42px #0070C0;
}

ul li {
    list-style-type: symbols();
    color: #fff;
    font-family: "Namistre";
    font-size: 55px;
    text-align: left;
    margin-left: 25cm;
    text-shadow: 0 0 0.5px #fff, 0 0 2px #0070C0, 0 0 10px #0070C0, 0 0 42px #0070C0;
}

a:link {
    color: #fff;
    background-color: transparent;
    text-decoration: none
}

ul li a:visited {
  color: #fff;
  text-decoration: none
}

ul li a:hover {
    color: #002060;
    text-decoration: underline;
    cursor: url(https://arealankleater.neocities.org/image-from-rawpixel-id-20931724-png.png), auto;
}

.scroll-left {
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #002060;
    color: #fff;
    border: none;
    box-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #0070C0, 0 0 42px #0070C0;
}

.scroll-left p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    transform: translateX(100%);
    /* Apply animation to this element */
    animation: scroll-left 15s linear infinite;
    text-shadow: 0 0 0.5px #fff, 0 0 2px #0070C0, 0 0 10px #0070C0, 0 0 42px #0070C0;
    font-family: Death Bones;
    font-size: 40px;
}

/* Move it (define the animation) */
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
div.audio {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
div.audio:hover {
  cursor: url(https://arealankleater.neocities.org/image-from-rawpixel-id-13480220-png.png), audio;
}
div.audio p {
    position: absolute;
    text-align: center;
    right: 15px;
    bottom: 120px;
    color: #fff;
    text-shadow: 0 0 0.5px #0070C0, 0 0 1px #002060;
    font-family: Death Bones;
}
div.credit {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 0 0 0.5px #0070C0, 0 0 1px #002060;
    font-family: Death Bones
}