* {
    color: white;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><text y="32" font-size="32">💩</text></svg>'), auto;
    font-family: 'Comic Sans MS', 'Papyrus', 'Brush Script MT', cursive, fantasy !important;
}

h1 {
    text-shadow: 0 0 10px #ff00ff, 0 0 20px #00ffff, 0 0 30px #ffff00;
    font-size: 72px !important;
}

p {
    text-decoration: underline wavy;
}

a {
    font-weight: 900;
    font-size: 24px;
    color: cyan;
}

img {
    filter: saturate(200%);
}

/* fond of the gays */
.rainbow {
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

li {
    list-style-type: '💀';
    font-size: 20px;
}

ul {
    margin: 20px 0;
}
