body {
    background-color: #000;
    color: #ffffff
}

.fanart {
    background-color: #111;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fanart-entry {
    background-color: #222;
    display: flex;
    flex-direction: column;
    gap: 10px;
}