body {
	padding: 1rem;
	padding-bottom: 4rem;
	box-sizing: border-box;
	font-family: 'MS PGothic', monospace;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.1rem;
	color: white;
}

img {
	max-width: 100%;
}

a {
	color: black;
}
  strong, b {
    color: #a356a3; /* Put your favorite color here */
  }
h1 {
	margin-top: 0;
	font-size: 24px;
	border-bottom: 1px dotted #d769cb;
	color: #d769cb;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 6px;
}

h1::before {
	content: "\2660\00B7\00B7\00B7";
	opacity: 0.3;
	padding-right: 3px;
}

h1::after {
	content: "\00B7\00B7\00B7\2660";
	opacity: 0.3;
	padding-left: 3px;
}

h2 {
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 6px;
	margin-top: 2rem;
	font-size: 20px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #d769cb;
	color: #ee81e4;
}

h2::before {
	content: '\25C6';
	color: #ee81e454;
	margin-right: 4px;
}

th, td {
	padding: 6px 12px;
    vertical-align: top;
}

th {
	background: #e8aee0;
	color: white;
}

        ::-webkit-scrollbar { width: 15px; }
        ::-webkit-scrollbar-track { background: #e9ecef; border-radius: 6px; background-image: url("https://files.catbox.moe/7gavvp.png");}
        ::-webkit-scrollbar-thumb { background: #ac90d133; border-radius: 6px; border: 2px solid #e9ecef; }
        ::-webkit-scrollbar-thumb:hover { background: #c8ace333; }