.monster {
    width: 750px;
    height: 270px;
}

.monster img {
    width: 250px;
    height: 250px;
    border: 10px solid transparent;
    border-image: url(../images/border.png) 30 round;
    float: inline-end;
}

.stat-block {
    width: 470px;
}

.stat-block .name { font-size: 24px; }
.stat-block .category { font-style: italic; }
.stat-block .ac::before { content: "AC "; font-weight: bold; }
.stat-block .hp::before { content: "HP "; font-weight: bold; }
.stat-block .sp::before { content: "Spd "; font-weight: bold; }
.stat-block .sp::after { content:  " ft."; }