@font-face {
  font-family: 'KosugiMaru'; 
  src: url('https://file.garden/ZkEY3dxjtja0xEri/pstry/KosugiMaru-Regular.ttf')
}

::-moz-selection{color:#E1E3E6;background:#C182A5}
::selection{color:#E1E3E6;background:#C182A5}

body {
	background-color: #595E9E;
}

.text-container {
  max-width: 320px;
  font-family: "KosugiMaru", sans-serif;
  margin: auto;
  background: #E1E3E6;
  text-align: justify;
  color: #7A7BC5;
  border:11px solid #595E9E;
  border-image-source: url(https://i.postimg.cc/d10DqQBy/coldfront4.png);
	border-image-slice: 30%;
	border-image-width: 30px;
	border-image-outset: 25px;
	border-image-repeat: round;
  font-size: 15px;
  line-height: 1.5;
}

img {
  width: 100%;
}

a {
  color: #B7799A;
}

h1 {
  color: #585D9A;
  font-size: 0.9rem;
  line-height: 7;
  text-align: center;
  text-decoration: underline;
}

h2 {
  font-size: 0.9rem;
}

h3 {
  font-size: 0.9rem;
}

.paste-info {
  color: #E1E3E6;
}

.footer-line,.edit-timestamp,.publish-timestamp,.site-footer,.footer-line,#theme-toggle{display:none}