body {
    background-image: url('../images/elsweyr_background.svg');
    background-size: cover;
    color: #f1f1f1;
    font-family: 'Cinzel', serif;
}

h1, h2 {
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background-color: rgba(50, 50, 50, 0.8);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
}

.button {
    background-color: #6e5c54;
    color: white;
    border: none;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background 0.3s;
}

.button:hover {
    background-color: #8b7b6c;
}
