@font-face {
	font-family: MSGothic;
	src: url("https://files.catbox.moe/zv0zu3.ttf") format("truetype");
}

@font-face {
	font-family: handwriting;
	src: url("https://files.catbox.moe/wnidc7.ttf") format("truetype");
}

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: MSGothic, monospace;
	color: black;
	image-rendering: pixelated;
	background-repeat: repeat;
	overflow-x: hidden;
}

img {
	cursor: help; 
}

a {
	color: #757781
}

a:link {
	color: #757781;
}
		
a:visited {
	color: #5c6178;
}
		
a:hover {
	text-decoration: underline;
}

.body-content {
	width: 30%;
	height: 90%; 
	margin: 10px auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

.title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 5px;
}

.header {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px;
}

summary {
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
	color: #757781;
	cursor: pointer;
}

details > summary {
	list-style: none;
}

details > summary::-webkit-details-marker {
	display: none;
}

details p{
	text-align: left;
	font-size: 14px;
}

.journal {
	font-size: 16px; 
	font-family: "handwriting", MSGothic, monospace;
}

.image {
	image-rendering: pixelated; 
	width: 100%;
	height: auto;
}

.sidebar-right {
	position: fixed;
	width: 10%;
	height: 100%; 
	right: 0; 
	top: 10px;
	padding: 10px 20px;
	text-align: right;
	overflow-y: scroll;
}

.sidebar-left {
	position: fixed;
	width: 10%;
	height: 100%; 
	left: 0; 
	top: 10px;
	padding: 10px 20px;
	overflow-y: scroll;
}

/*tags stuff*/ 
.filter {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin: 8px 0 16px;
	flex-wrap: wrap;
	color: black;
}

.tag-chip {
	font-family: MSGothic;
	border: 1px white;
	color: black;
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}

.tag-chip[aria-pressed="true"], .tag-chip.active {
  color: #5c6178;
  text-decoration: underline;
}

.tag-display{
	display: flex;
	gap: 6px;
	justify-content: center;
	margin: 6px 0 8px;
}

.hidden {
	display: none;
}

.tag-count {
	margin: 0 auto;
	color: #757781;
}
