html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}
em {
    color:lightcoral;
}
emphatize {
    color:darkcyan
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
    
}

b, strong {
    font-weight: 600;
}

.back {
    text-align: right;
}

aside {
    width: 40%;
    padding-left: .5rem;
    margin-left: .5rem;
    float: right;
    box-shadow: inset 5px 0 5px -5px #29627e;
    font-style: italic;
    color: #29627e;
}

footer {
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: #45a1ff;
    color: #fff;
}

@font-face { font-family: Runes; src: url(GloranthaCoreRunes1.5.ttf); } 

.rune {
    font-family: Runes, sans-serif;
}

.nobullet {
    list-style-type: none;
}

img {
    display: block;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

dt {
    font-weight: 500;
}

.npc {
    background: lightgrey;
    padding: 10px 10px 10px 10px;
}
.npc__image_right {
    padding: 0px 40px 0px 40px;
    width: auto;
    height: 350px;
    float: right;
  }

.npc__image_left {
    padding: 0px 40px 40px 0px;
    width: auto;
    height: 350px;
    float: left;
  }
.npc__text {
    display: inline;
  }
