h1 {
    color: white;
    text-shadow: 5px 5px 10px white;
}
h2 {
    color: white;
    text-shadow: 5px 5px 30px white;
}
body {
    cursor: url('https://pixelsafari.neocities.org/favicon/object/tech/phone24.gif'), default;
}

.button {
    background-color: black;
    border: 15px white;
    color: white;
    text-align: center;
    font-family: simsun;
    font-weight: bold;
    text-decoration: whitesmoke;
    border-radius: 10px;
    font-size: 25px;
    width: 400px;
    margin: 30px;
    display: inline-block;
    box-shadow: 1px 1px 4px 5px rgb(65, 65, 65);
    cursor: url('https://autism.crd.co/assets/images/gallery02/d94a9b47_original.gif?v=d6547f5c'), pointer;
}
.button:hover {
    background-color: white;
    color: black;
    border: 15px gray;
    box-shadow: 1px 1px 5px 5px rgb(226, 226, 226);
}
.square {
    list-style: square;
}
p {
    text-shadow: 1px 2px 10px white;
}

.click {
    cursor: url('https://autism.crd.co/assets/images/gallery02/d94a9b47_original.gif?v=d6547f5c'), pointer;
}

.shadow {
    filter: drop-shadow(0px 0px 30px rgb(155, 155, 155)) 
}