*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
	list-style: none;
	text-decoration: none;
}
body{
	height: 100vh;
	background: #ffff;
	color: black;
	margin: 100px;
	background-size: cover;
	background-repeat: no-repeat;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #587246;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 8%;
	box-shadow: 0 5px 10px;
}
.All_header_menu{
	display: flex;
	flex-flow: row nowrap;
}
.Logo, .Management{
	margin-right: 300px;
	font-size: 19px;
	flex-width: 900px;
	display: inline-block;
	vertical-align: 75px;
}
.Management li{
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	justify-content: rigth;
}
.Management a{
	vertical-align: baseline;
	font-family: sans-serif;
	font-size: 20px;
	text-decoration: name;
	display: inline-block;
	color: white;
}
.Management a:hover{
	color: #fff;
	font-family:sans-serif;

}
.Logo h1{
	font-family:cursive;
	font-size: 34px;
	vertical-align: middle;
	color: #fff;
}
.container {
	margin: 60px;
	display: flex;
	font-family: cursive;
	font-size: 26px;
	font-weight: 900;
	color: black;
}
.content {
	display: flex;
	margin: 8px;
	font-family: sans-serif;
	font-size: 25px;
	vertical-align: middle;
	font-weight: 500;
	font-family:Verdana;
	display: inline-block;
		
}
.container_1{
	font-family: cursive;
	font-size: 18px;

}
.container_1 a{
	font-family: cursive;
	color: black;
	display: flex;
}

#_______________________________________________________________
#---------------------------------------------------------------

