html {
	scroll-behavior: smooth
}

i.small {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-left: 5px
}

body {
	background-color: #181723;
	color: #eee;
	margin: 30px;
	height: 100vh;
	scroll-behavior: smooth;
	max-width: 100ch;
	margin-inline: auto;
	padding-inline: 2rem;
	line-height:1.5;
}

h1 {
	font-size: 50px;
	font-weight: 700;
}

h2 {
	font-size: 1.8rem;
	margin-block-end: 0;
	font-weight: 500;
}

#readme {
	margin-left: 500px;
	margin-bottom: 500px
}

* {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

code {
	padding: 5px;
	background: rgba(255, 255, 255, .1);
	font-family: monospace;
	border-radius: 7px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x:scroll;
}

pre code {
	border-radius: 7px;
	background: #20273a;
	color: #fff;
	display: block;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	width: fit-content;
	font-family: monospace;
    max-width:500px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

pre code * {
	opacity: 1;
	font-family: monospace;
	visibility: visible;
	color: #fff;
	margin: 0
}

pre {
	margin: 0;
	padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

blockquote {
	margin: 0;
	font-weight: 100;
	font-size: larger
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 500px;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden
}

td,
th {
	border: 1px solid #21213a;
	text-align: left;
	padding: 8px;
	padding: 10px
}

th {
	font-weight: 100;
	font-size: larger;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

tr {
	background: #20273a
}

tr:nth-child(even) {
	background: #293149
}

a.back {
	color: #fff;
	position: fixed;
	top: 20px;
	left: 30px
}

.left-align {
	position: fixed;
	margin-left: 200px;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

#sidebar {
	border-radius: 7px;
	background: #21283c;
	padding: 10px;
	color: #fff!important
}

#sidebar>* {
	color: #fff;
	text-decoration: none
}

.sidebar-item {
	padding: 9px;
	padding-left: 40px;
	padding-right: 40px;
	transition: .5s!important
}

.sidebar-item:hover {
	background: #364161
}

.badges {
	display:flex;
	width:min-content;
}

.badges > * {
	min-width:10px;
	min-height:3px;
	margin:3px;
	display:block;
	transform:scale(0)
}

.language-html .token.tag,
.language-js .token.bool {
	color: #b950ff
}

.language-html .token.attr,
.language-js .token.var {
	color: #eb7cff
}

.language-html .token.attr-value,
.language-js .token.str {
	color: #70ea9b
}

.language-html .token.punc {
	color: #767676
}

.language-html .token,
.language-js .token {
	color: #fff
}

.language-js .token.func {
	color: #e5e385
}

.language-js .token.int {
	color: #38b3ff
}

.break {
	display: block;
	height: 500px;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0
}

@media only screen and (max-width:1000px) {
	.left-align {
		display: none
	}
	#readme {
		margin: 0
	}
}
