h2 {
max-width: 100%;
border-bottom: none;
overflow: visible;
}
h2 .mw-headline {
display: inline-block;
position: relative;
color: #b08c56;
letter-spacing: 3px;
font-family: sans-serif;
font-weight: bolder;
font-size: 130%;
margin: auto;
text-align: center;
line-height: 400%;
width: 100%;
background: url("https://img.moegirl.org.cn/common/4/47/RPG-rs_title_bg.png");
background-size: 40%;
background-repeat: no-repeat;
background-position:center;
}
.box{
background-color: #fcfaf7;
background-clip:border-box;
padding:30px;
filter: drop-shadow(0 0 .5em rgba(202,164,108,0.3));
margin: auto;
}
.border_image{
width: 100%;
height: 100%;
border: 1em solid transparent;
padding: 3em;
border-image:url("https://img.moegirl.org.cn/common/3/34/Rpg-rs_box_border.png") 20% round;
}