@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #000;
	font-family: Calibri, Arial, sans-serif;
	font-size: 13px;
}
img {
	max-width: 100%;
}
iframe {
	border: none;
	height: 100%;
	width: 100%;
}

.wrapper {
	height: 100%;
	min-width: 815px;
}

.manga-page	{
	height: 818px;
	display: inline-block;
	margin-top: 52px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.main {
	display: inline-block;
	position: absolute;
	margin-top: 52px;
	height: 818px;
	width: 560px;
	background: #FFF;
}

.page {
	background: #FFF;
	min-height: 818px;
	box-sizing: border-box;
	padding: 24px;
}

.page h1:first-child {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: initial;
	letter-spacing: 0.5px;
	font-size: 24px;
}

h1 {
	letter-spacing: 0px;
	font-size: 32px;
	border-bottom: 5px solid #000;
}

h2 {
	border-bottom: 1px dotted #000;
}

.sidebar {  
	position: absolute;
	left: 575px;
	top: 0;
	min-width: 200px;
}

.menu a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 6px;
	display: inline-block;
	font-size: 16px;
}

.menu a:hover {
	text-decoration: underline;
}

.candle {
	width: 40px;
	margin-top: 19px;
	margin-left: 10px;
}

.width-50 {
	max-width: 50%;
}

.border {
	border: 3px solid #000;
}

table {
	border-collapse: collapse;
}

td, th {
	border: 1px solid black;
	padding: 3px 6px;
}

th {
	background: black;
	color: white;
}

* {
	scrollbar-width: thin; 
}

::-webkit-scrollbar {
	width: 10px;
}