@font-face {
  font-family: 'Denjuu World';
  src: url('rsc/theme/denjuuworld.ttf') format('truetype');
}
body {
  background-color: #1b2447;
  background: url("rsc/theme/space.webp");
}
main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
  font-family: 'Denjuu World', Fallback, sans-serif;
  line-height: 1.5em;

  border: ridge 8px #3d6f43;
  background: url('rsc/theme/contentbg.png');
  /*background-color: rgba(27,36,71,0.5);*/ /* #1b2447; */
  color: white;
}

@supports selector(border-image) {
	main {
		background: none;
		border-image: url('rsc/theme/greenborder.png') 8 fill;
	}
}

hr {
  border: dashed #42a459;
  display:block;
  border:0px;
  height:16px;
/*  background-image:url('rsc/theme/inventory_hr.png'); */
  background-image:url('rsc/theme/pawprint.png');
}

a {
  color: #59cf93;
}
a:visited {
  color: #42a459;
}
a:active {
  color: #42a459;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

.flexlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.flexlist li {
  width: 50%;
}

.mainlink {
  width: 33.333%;
  text-align: center;
}
.mainlink_icon {
  width: 16px;
  height: 16px;
}
