        @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: 24px;
  font-family:"Pixelated MS Sans Serif";
}



pre{
  border:none;
  box-shadow: none;
}

.logo{
  padding:50px;
}

.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:fixed; 
  top: 300px; 
  left: 1400px;
  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;
  
  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:150px;
  z-index: -9;
}

.nodeco{
  text-decoration: none;
  color: black;
}

.snug{
  margin:10px;
}


body{
  margin:auto;
}

@media (max-width:1100px) {
html{
scale: 70%;
    margin-top: -48%;
    margin-left: -7%;
}
.lines{
  display:none;
}

}


.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;
}