body::before {
    content: '';
    top: 0;
    left: 0;
    color:black;
    background-image: url(https://houndcave.neocities.org/backgroundevil.png);
    background-size: cover;
          background-repeat: no-repeat;
           background-position: center center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
}


.header {
cursor: url(https://houndcave.neocities.org/Doggyrun.gif), pointer;
    margin: 0 auto;
    width: 800px;
    font-size:100px;
    color:black;
    text-align: center;
    font-family: "Rawr";
}