.info {
		text-align: center; 
	  display: block; 
  	line-height: 1;
	  margin-bottom: 5px;
}
.cont {
		margin: auto; 
  	width: 500px;
  	display: flex;
	  margin-top: 5px;
}
.pic {
  display: block;
  margin: auto;
  width: 500px;
  filter: hue-rotate(-25deg); 
}
.box {
		text-align: center; 
  	position: relative;
    box-shadow: 0px 0px 1px 1px #adadac;
    border-radius: 3px;
    display: block;
    width: 150px;
    height: 100px;
    padding: 6px;
    text-align: left; 
    font-size: 17px;
    overflow: scroll;
    scrollbar-width: none;
		transition: 200ms ease;
    line-height: 1.2; 
  	margin: auto; 
}
.box:hover {
    box-shadow: 0px 0px 1px 1px #90bb52;
}
.text-container {
  	margin: auto;
  	position: relative;
    overflow: hidden; 
		background-color: transparent; 
  	border-radius: 3px; 
	  height: 450px; 
  	padding: 0px; 
}
main {
  	max-width: 530px;
  	margin: auto; 
  	place-content: center;
}
body {
  	background-color: #000; 
  	place-content: center;
}
b { color: #90bb52; }
a { color: #cddc82; }
.edit {
		background-color: transparent; 
	  border-radius: 3px;
		color: #fff;
}
.edit:hover {
		background-color: transparent; 
		border-radius: 3px;
		color: #adadac; 
		transition: 300ms ease;
}
@font-face {
    font-family: chalk;
    src: url(https://files.catbox.moe/gvfl5a.ttf);
}
* {
    font-size: 18px;
    line-height: 1.1;
    font-family: chalk;
	  color: #fff; 
}
.footer-line, .edit-timestamp, .publish-timestamp, #theme-toggle, .site-footer, .footer-line, .site-header { 
  	display: none; 
}
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: 30%;
    z-index: 1000;
    pointer-events: none;
}