/* app.css — shared styles across all pages */

body {
    word-wrap: break-word;
    background: url('/img/background.png') no-repeat center center fixed;
    background-size: cover;
}

.mainarea {
    background: rgba(200, 200, 200, 0.8);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
}

[data-bs-theme="dark"] .mainarea {
    background: rgba(33, 37, 41, 0.9);
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}

.exile {
    padding-left: 30px;
    padding-right: 30px;
}
