@charset "UTF-8";
/* CSS Document */
html {
	font-size: 100%;
}
body {
	background-color: #fffeee;
}
a {
	text-decoration: none;
	color: #79549B;
}
h1 {
	color: #5C5564;
	text-align: center;
}
h2 {
	color: #79549B;
	text-align: center;
	font-size: 1.2rem;
}
h3 {
	color :#793960;
	border-top: 5px dotted #B35189;
	padding: 10px;
	margin-top: 40px;
}
h4 {
	color: #79549B;
	text-align: center;
	font-size: 1rem;
	padding-top: 25px;
}
p {
	text-align: justify;
	padding: 6px 20px;
	color: #5c5564;
}
ul {
	list-style-type: none;
}
li {
	color: #5c5564;
}
.character {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}
.item {
	margin: 10px;
	padding: 10px;
	max-width: 1100px;
	margin: 0 auto;
}
.text {
	background-color: #F0EEEB;
	width: 800px;
}
#janos {
	background-image: url("Janos.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	height: 900px;
}

@media (max-width: 650px){
	
.item {
	margin: 10px;
	padding: 10px;
	max-width: 98%;
	margin: 0 auto;
}
.text {
	background-color: #F0EEEB;
	width: 98%;
}
	#janos {
	background-image: url("Janos.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	height: 600px;
}
}