h1 {
	font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 20px;
	color: #015883;
	letter-spacing: 2px;
	word-spacing: 3px;
}

h2 {
	width: 100%;
	text-align: center;
    font-family: "Ledger", serif;
	font-weight: 400;
    font-style: normal;
	font-size: 45px;
	letter-spacing: 3px;
	border-bottom: 10px solid #015883;
}

h3 {
	text-align: left;
	font-family: "Niconne", cursive;
	font-weight: 400;
    font-style: normal;
	font-size: 30px;
	margin-top: 0;
}

a.charas:link, a.charas:active, a.charas:visited {
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #DDD;
	letter-spacing: 2px;
	word-spacing: 3px;
	color: #111;
	padding: 5px;
}

a.charas:hover {
	text-decoration: none;
	border-bottom: 3px solid #ffdd4d;
}

ul.square {
	list-style-type: square;
}

a.liste:link, a.liste:active, a.liste:visited {
	text-transform: uppercase;
}

a.liste:hover {
	text-decoration: underlined;
}
	

#chara {
	width: 700px;
	border: 5px solid #111;
	padding: 15px;
}

#chara .name {
	font-family: "Ledger", serif;
	font-weight: 400;
    font-style: normal;
	font-size: 50px;
	word-spacing: 15px;
}

.subname {
    font-family: "Niconne", cursive;
	font-weight: 400;
    font-style: normal;
	font-size: 30px;
	border-top: 10px solid #015883;
}

#facts {
	width: 100%;
}

#facts .image1 {
	width: 49%;
	height: 300px;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 20px;
}

.facts1 {
	width: 49%;
	height: 300px;
	display: inline-block;
	float: right;
	margin-top: 25px;
	margin-bottom: 20px;
}

.image2 {
	width: 49%;
	height: 300px;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 20px;
}

.facts2 {
	width: 49%;
	height: 300px;
	display: inline-block;
	float: left;
	margin-top: 25px;
	margin-bottom: 20px;
}

#family {
	width: 100%;
}

#family .member1 {
	width: 33%;
	height: 25px;
	float: left;
	padding-top: 10px;
}

.member2 {
	width: 33%;
	height: 25px;
	margin: 0;
	padding-top: 10px;
}

.member3 {
	width: 33%;
	height: 25px;
	float: right;
	padding-top: 10px;
}

.famchara {
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #B6B6B6;
	letter-spacing: 2px;
	word-spacing: 3px;
	color: #111;
	padding: 5px;
}

#relations {
	width: 100%;
	text-align: left;
}