* {
  padding: 0px;
  margin: 0px;
  font-family: "8bitoprg";
  image-rendering: pixelated;
}

@font-face { font-family: '8bitoprg'; src: url("8bitop-rg.woff") format("woff"); font-weight: normal; font-style: normal; }

hr {
	margin: 0px;
	border: none;
	height: 1px;
	background-color: #000000;
}

img {
  width: 700px;
  max-width: 700px;
  image-rendering: pixelated;
}

.comic-title {
  font-size:24px;
  font-weight: bold;
}

.comic-post {
  margin: 15px;
	border: 5px solid;
	padding: 5px;
	max-width: 700px;
}

a {
  transition: 0.4s;
  color:red;
  text-decoration: underline dotted;
}

a:hover {
  letter-spacing: 0.5rem;
  transition: 0.4s;
}

.censor {
  background: url("static.png");
}

#dsp {
  display: flex;
}