.cont {
  place-content: center; 
	display: flex; 
  margin: auto; 
  padding: 5px;
}
.buttons { 
  margin-top: 5px; 
  filter: saturate(50%) !important;
}
.hov {
	z-index: 10; 
  position: absolute; 
  width: 150px;
  top: 0; 
  bottom: 10;
  left: 0; 
  right: 0; 
}
.image {
  color: #3B4734;
  position: relative; 
  text-align: center; 
  padding: 10px;
	width: 260px; 
  height: 300px; 
  border-radius: 7px;
  background-image: url(https://files.catbox.moe/phiyu1.png); 
}
#main {
  background-image: url(https://files.catbox.moe/phiyu1.png); 
  color: #000; 
  display: block;
	width: 260px;
  height: 300px; 
	overflow-x: hidden;
	overflow-y: scroll;
  scrollbar-width: none; 
  border-radius: 4px;
	margin: auto;
	position: relative;
  padding: 10px;
  margin-right: 0px; 
}
.text {
	height: 300px;
  color: #3B4734;
	width: 100%;
	background-image: url(https://files.catbox.moe/phiyu1.png); 
  padding: 10px;
	position: absolute;
  line-height: 1.5; 
	top: 0;
	left: 0;
}
.alt-page:target {
	display: block;
}
.alt-page:not(:target) {
	display: none;
}
html {
	cursor: url(https://files.catbox.moe/wegvfw.png), auto;
}
.text-container {
  padding: 17px; 
  margin: auto; 
  height: auto; 
  scrollbar-width: none; 
  width: 550px;
  padding: 5px; 
  border-radius: 5px; 
  background-image: url(https://files.catbox.moe/lwp4sc.png);
  border: 2px double #dcd0b5; 
}
.jerk {
  animation: jerk 1.25s step-end infinite;
  width: 
}
@keyframes jerk {
  0% { transform: rotate(-2deg); }
 50% { transform: rotate(0deg); }
}
@media screen and (max-width: 500px) {
	main {
		width: 100%;
  }
}
paste-container {
  margin: auto;
  width: 500px;
}
body {
	background-color: #000; 
  place-content: center; 
}

@font-face {
	font-family: chalk;
	src: url(https://files.catbox.moe/xoquxb.otf);
}
* {
  font-family: chalk;
	font-size: 18px;
  line-height: 1.3;
}
a { 
  color: #6E7A3E; 
  transition: 0.25s ease;
}
a:hover {
	filter: blur(2px);
  transition: 0.25s ease;}
.footer-line, .edit-timestamp, .publish-timestamp, .site-footer, .footer-line, .site-header, #theme-toggle { 
	display: none; 
}
.edit {
	background-color: transparent; 
	color: #e3e2ce;
}
.edit:hover {
	background-color: transparent; 
	color: #adadac; 
	transition: 300ms ease;
}
.bold {
	font-weight:  999;
  background-color: #3B4734;
  color: #dcd0b5;
  display: inline-block;
  padding: 0px 4px;
  border-radius: 3px;
}
.col {
	color: #6E7A3E;
}
body:before {
  content: "";
  background: url('https://files.catbox.moe/cbzcpw.gif');
  background-repeat: repeat;
  width:  100vw;
  height: 100vh;
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  right: 0;
  opacity: 10%;
  z-index: 1000;
  pointer-events: none;
}
