html {
	background-image: url('//keikenfansub.hu/images/ichigo.png'), url('//keikenfansub.hu/images/frieren.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: -390px 290px, 1550px 350px;
	background-size: 1050px auto, 440px auto;
  
}

body {
	max-width: 1300px;
	border-left: solid 1px #919191;
	border-right: solid 1px #919191;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.bgcolor { height: content-fit;
	background-image: linear-gradient(to right, #FFE880,white);
}

@font-face {
  font-family: Restore W00 Heavy;
  src: url(//keikenfansub.hu/fonts/restore_w00_heavy-webfont.woff);
}

img.header {
	display: block;
	max-width: 1200px;
	max-height: auto;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(gray 0.5rem 0.5rem 5px);
}

.header {
	text-align: center;
	font-size: 40px;
	font-family: 'Restore W00 Heavy';
	color: #fcce23;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: gray;
	letter-spacing: 5px;
	text-shadow: 3px 3px 5px #000000;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	min-width: 700px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: #fcce23;
	font-size: 19px;
	justify-content: center;
}

.text {
    font-family: 'Cabin';
    color: #000000;
    font-size: 16px;
    text-align: center;
	padding-top: 10px;
    white-space: pre-wrap;
}

img.dc{
    width: auto;
	max-height: 150px;
}

.flex-container > div {
	width: 45%;
	margin: 10px;
}

.card2 {
	white-space: pre-wrap;
	min-height: 300px;
	max-height: 450px;
	padding: 10px;
	background-color: #FFFFFF !important;
	font-size: 16px !important;
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	border-top: gray 1px solid;
	-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
	overflow: hidden;
	overflow: scroll;
	font-family: 'Cabin';
}

.roleheader {
	display: flex;
	flex-direction: row !important;
    text-align: center !important;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.roleph {
	display: flex;
	flex-direction: row !important;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    padding-bottom: 5px;
}

.roletext {
    font-family: 'Cabin';
    color: #000000;
    font-size: 16px;
    text-align: justify;
}

a.one:link {color:#cfa600;}
a.one:visited {color:#cfa600;}
a.one:hover {color:#fc9023;}
a.one {
	font-size: 22px;
	text-decoration: none;
	flex-direction: column; 
	align-items: center !important;
	justify-content: center !important;
	font-family: 'Cabin';
	color: ##fc9023 !important;
}