.container{
	margin: 0 auto;
	position: relative;
	width: 1120px;
}
.header{
	width: 100%; 
	height: 80px;
	background : #A4DFFF; 
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 20px 0;
}
.active, a:hover{
	opacity: 1; 
}
a { 
	text-decoration: none;
	font-size: 32px;
	color: #3865BC; 
	opacity: 0.5;
 	font-weight: bolder;
}
.logo{
	height: 66px;
}
.top{
	width: 100%; 
	height: 356px;
 	background: url(../img/top.png);
}
.footer{
 	width: : 100%; 
	height: 80px; 
 	background : #A4DFFF; 
	text-align: center;
 	border-radius: 20px; 
 	font-size: 34px; 
	font-weight: bolder;
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box1{
	width: 100%;
	height: 320px;
	background:#FF5D77;
	border-radius: 4%;
}
.box2{
	width: 69%;
	height: 500px;
	background:#68C5B8 ;
	border-radius: 4%;
}
.box3{
	width: 30%;
	height: 500px;
	background:#FFB852 ;
	border-radius: 4%;
}
.block{
	display: flex;
	justify-content: space-between;
}
.block1{
	height: 280px;
	padding-top: 20px;
	width: 69%;
	padding-left: 20px;
}
.one{
	color: white;
	font-size: 48px;
}
.two{
	color: white;
	font-size: 24px;
}
.main_img{
	width: 280px;
	height: 280px;
	position: absolute;
	right: 20px;
	top: 500px;
}
.main_text{
	text-align: center;
	color:white;
	font-size: 30px;
}
.main_img2{
	width: 300px;
	height: 400px;
	margin-top:5px;
	margin-left: 200px;
}
.text_box3{
	font-size: 32px;
}