@charset "utf-8";
html, body{
	font-family: "Champagne & Limousines";
	text-alignment: left;
}
body {
	background-color: #8092FF;
	margin: 0px;
	padding: 0px;
}
header h4{
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 3rem; 
	color: #433834;
	margin-left: 20px;
}
header nav{
	position: absolute;
	top: 0px;
	right: 10px;
	font-weight: normal;
	font-size: 3rem;

}
header nav ul{
	list-style-type: none;
	list-style-image: none;
	display: flex;
	justify-content: flex-end;
}
header nav ul li{
	position: relative;
	padding: 20px;
	
}
header nav ul li a{
	color: #93D607;
	text-decoration: none;
}
header nav ul li a:hover{
	color: #758170;
	text-decoration: none;
}
.art1 img{
	position: absolute;
	left: 10px;
	top: 200px;
	width: 1790px;
	height: 479px;
	margin-left: 20px;
}
.art1 h2{
	position: absolute;
	left: 100px;
	top: 600px;
	color: #93D607;
	font-size: 8rem;
	margin-left: 20px;
}
.art1 p{
	position: absolute;
	left: 220px;
	top: 825px;
	font-style: bold;
	width: 600px;
	margin-left: 20px;
	margin-bottom: 20px;
}