h1 {
    color: black;
    text-shadow: 5px 5px 10px rgb(174, 174, 174);
}
p {
    color: black;
    text-shadow: 5px 2px 5px rgb(174, 174, 174);
}
body {
    cursor: url('https://graphic.neocities.org/touhou_cursor_6.gif'), default;
}

.click {
    cursor: url('https://graphic.neocities.org/touhou_cursor_7.gif'), default;
}