body {
    background-color: #121212;
    background-image: radial-gradient(circle at 50% 0%, #2a2a24 0%, #121212 70%);
    background-attachment: fixed;
}
.re-title {
    font-family: 'Times New Roman', serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.blood-border {
    border-left: 4px solid #7f1d1d;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #1a1a1a; }
::-webkit-scrollbar-thumb { background: #4a4a4a; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #7f1d1d; }
