body {
    padding: 5%;
}

.spoiler {
    background: black;
    cursor: pointer;
}

.spoiler:hover {
    background: white;
}

img {
    image-rendering: pixelated;
}

p {
    line-height: 1.5;
}

a:hover {
    background: black;
    color: white;
}

a:active {
    color: violet;
}

.uniquePlay {
    cursor: pointer;
}