* { color: #e5e5e5; }

body { margin: 0; background-image: url(/CompendiumBot/assets/images/GladiusBackground.png); background-attachment: fixed; background-size: cover; }

#main { background-color: rgba(1, 1, 1, 0.8); }

header { position: sticky; top: 0; background-color: #010101; padding: 15px; }

h1 { text-align: center; margin: 0; }

#content { padding: 15px; }

#content { text-align: center; }

#sidebar { position: fixed; width: 250px; height: 100%; top: 0; left: 0; display: flex; flex-direction: column; overflow: auto; background-color: rgba(1, 1, 1, 0.8); }

.scrollbox { padding: 10px; }
.scrollbox h2 { position: sticky; top: 0; background-color: #010101; }

#main { position: relative; margin-left: 250px; }
