body {
    background-color:  rgb(189,189,119);
    font-size: 1.05vw;
}
h1, h3, h5 {
    text-align: center;
}
dl {
    max-width: 80%;
    margin: auto;
    font-size: .8em;
}
main {
    max-width: 90%;
    margin: auto;
}
.picRight {
    float: right;
    padding: .2em;
    margin: 1em 0 1em .8em;
}
.picLeft {
    float: left;
    padding: .2em;
    margin: 1em .8em 1em 0;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.crusadeBorder {
    border: .2em solid silver;
    padding: .5em 1.5em 1.5em 1.5em;
    margin-bottom: 2em;
}
.crusade .row {
    display: flex;
    margin-bottom: .25em;
}
.crusade .label {
    width: 9.375em;
    font-weight: bold;
}
.previous, .next {
    width: 6em;
    height: 1.2em;
    margin: 1em auto;
    text-align: center;
    color: white;
}

.stat-block {
    font-family: 'Georgia', serif;
    background-color: #fdf1dc; /* Parchment color */
    border: .125em solid #6b1010; /* Dark burgundy border */
    padding: 1.25em;
    margin-left: 2em;
    width: 15em;
    box-shadow: .125em .125em .625em rgba(0,0,0,0.2);
    color: #4b0d0d;
    float: right;
}

.header h1 {
    font-variant: small-caps;
    margin: 0;
    font-size: 1.4em;
    border-bottom: .125em solid #6b1010;
}

.stat-block header p {
    font-style: italic;
    margin: .3125em 0 .9375em 0;
}

.stat-block h2 {
    font-weight: bold;
    font-size: .8em;
    margin: .9375em 0 .125em 0;
    border-bottom: .0625em solid #6b1010; /* Optional: subtle line under properties */
}

.stat-block p {
    margin: .3125em 0;
    line-height: 1.4;
    font-size: 0.65em;
}

.curse-section {
    background: rgba(0, 0, 0, 0.05); /* Slight tint for the curse area */
    padding: .625em;
    margin-top: .9375em;
    border-radius: .25em;
}

.right {
    clear: right;
}
