body {
  background: #291718;
  font-family: tahoma, sans-serif;
  font-size: 15px;
}

.mainwrapper {
  width: 100%;
  height: 95vh;
  padding: 0 15vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.main {
  padding: 5vh 6vw;
  border-radius: 10px;
  border-style: double;
  background: #6f2128;
  color: #e6bea1;
  margin: auto;
  border-color: #b98145;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-width: 5px;
  box-shadow:8px 8px #40170e, 8px -8px #40170e, -8px 8px #40170e, -8px -8px #40170e;
  background-image: linear-gradient(45deg, #75282b 25%, transparent 25%, transparent 75%, #75282b 75%, #75282b), linear-gradient(-45deg, #75282b 25%, transparent 25%, transparent 75%, #75282b 75%, #75282b);
  background-repeat: repeat;
  background-size: 40px 40px;
  background-position: left center;
}
.main p {
  line-height: 1.6;
}
.main h1 {
  line-height:0.9;
  margin:10px 0;
}
h1 {
  font-family: garamond, serif;
  font-size: 32px;
  font-weight: bold;
  margin:5px 0;
  color:#dbb396;
  -webkit-text-stroke: 6px #40170e;
  paint-order: stroke;
  background: transparent;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0) 20%, rgb(64, 23, 14) 20%, rgb(64, 23, 14) 60%, rgba(0, 0, 0, 0) 60%);
  padding: 0 30px;
}
p {
  margin:5px 0;
}
a {
  color:#b98145;
}
hr {
  width: 100%;
  border-color:#59261b;
}