        @font-face {
            font-family: DQ; /* set name */
            src: url(dragon-quest-4.woff2); /* url of the font */
        }

html{
  text-align: center;
  background-color: #808080;
  image-rendering: pixelated;
  display: inline-block;
  margin:auto;
}

p{
  font-size: 20px;
  font-family:"Pixelated MS Sans Serif";
}



pre{
  border:none;
  box-shadow: none;
}

.rei{
  position: absolute;
    margin-left: -250px;

  width: 400px;
  image-rendering: optimizeQuality;
}

/* Edits of Other Classes */

.field-border{
  border:none;
}

.field-border:after{
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  content: ".";
}



.title-bar {
  background: linear-gradient(90deg,#FF6900,#c0c0c0);
}

.title-bar.goblin{
  background: linear-gradient(90deg,#006900,#c0c0c0);
}

.main{
  margin:auto;
  width:fit-content;
}

.post{
  margin-bottom: 20px;
  width: 750px; 
  height:fit-content;
}

 
.player{
position: absolute;
  top: 630px;
  left: 1100px;
  width: 300px;
}


.nudgeleft{
  margin-left: -3%;
}

.nudgeright{
  margin-left: 3%;
}

.window-body{
  width: 100%; 
  height:auto;
}

.floatleft{
  float:left; 
}

.floatright{
  float:right;
}

.postinfo{
  width:50%;
  margin-inline:40px;
}

.postthumb{
  display:block;
    min-height: 160px;

  
  max-height: 160px;
  max-width: 215px; 
    width: auto;
  height: auto;
  padding:5px 20px;
  outline:black;
}





.asciilink {
	position: absolute;
	/* display: block; */
	height: 82%;
	width: 100%;
	/* text-decoration: none; */
	margin: 0px;
}


.stamp{
  width:145px;
  z-index: -9;
}

.nodeco{
  text-decoration: none;
  color: black;
}

.snug{
  margin:10px;
}







.hover:hover, .stamp:hover, .postthumb:hover{
    transform: scale(1.1);
}




.dqbox {
	font-family: DQ !important;
	overflow: hidden;
	line-height: 21px;
	font-size: 21px;
	background-color: black;
	margin: 3px;
	color: white;
	outline-color: white;
	outline-width: 6px;
	outline-offset: -9px;
	outline-style: solid;
	padding: 28px;
	text-align: left;
}
p.dqbox{
  font-family: DQ;
}


.navbutton{
width: 430px;
  scale: 88%;
  margin-bottom: -18px;
}

.ascii{
 width: 100%;
  height: 115px;
  margin-top: 7px;
  margin-inline: auto;
}























.layout {
  width: 100%;

  display: grid;
  grid:
    "leftbar mainbar rightbar" 1fr
    / 1fr 2fr 1fr;
  gap: 8px;
}

.leftbar { grid-area: leftbar; margin-left:32px;}
.main { grid-area: mainbar; }
.rightbar { grid-area: rightbar; margin-right:32px;}
