body {
  background-color:#000;
  }

.s_box14 {
background:#2b1408;
border:3px double #e2a8a9;
border-radius:3px;
box-shadow:0 0 0 5px #2b1408,5px 5px 8px #000;
box-sizing:border-box;
color:#e2a8a9;
margin:15px auto; /* Change 0 to auto for centering */
padding:.5em;
width:80%
}

.s_box14 img {
  max-height:140px;
  max-width:300px;
}