
body {
    background: url("/static/img/eden/eden_logo_bg_big.jpg") no-repeat center center fixed;
    background-size: cover;
}

.center {
    text-align: center;
}

.spoilertag {
    color: black;
    background-color: black;
}

.spoilertag::selection {
    color: black;
    background-color: black;
}

.spoilertag:hover {
    cursor: pointer;
}

.spoilertag_unspoiler {
    color: white;
}

.spoilertag_unspoiler::selection {
    color: white;
    background-color: grey;
}
