@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color:#183764;
}

#container{
	width: 80%;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 1px 10px 10px;
}

#header{
	height: 65px;
	background-color: #8F9FC8;
}

#main{
	width: 80%;
	margin-top: 10px;	
}

.center{
	margin: auto;
	display:block;
	width: 80%;
}

#section-1{
	background-color: #8F9FC8;
	margin-top: 10px;
	display: flex;
	padding: 10px;
	justify-content: center;
}

#navi{
	list-style: none;
	text-align: center;
}

#navi li{
	display: inline-block;
	padding: 15px;
	color: #FFFFFF;
	margin-top: -13px;
}

.text-box{
	text-align: center;
	color: #4F6083;
}

.links{
	color:#B668D4;
	text-decoration-line:none
}

.box{
	width: 80%;
	height: 400px;
	float: left;
	margin: 30px;
}

.img{
	background-image: url("images/article1_img.jpg");
	margin: auto;
	width: 55%;
}
.text{
	color: #FFFFFF;
}
button{
	background-color: #8F9FC8;
	border: solid #FFFFFF;
	height: 40px;
	width: 50%;
	border-radius: 5px;
	cursor: pointer;
}
.link2{
	color: #FFFFFF;
	text-decoration-line:none
}
.link2:hover{
	color: #B900FF;
}

#section-2{
	height: 225px;
	background-color: #8F9FC8;
	background-image: url("images/neon_img.jpg");
	margin-top: 20px;
	display: flex;
	padding: 150px;
	justify-content: center;
}
.middle-box{
	width: 80%;
	height: 80%;
	text-align: center;
	color: #FFFFFF;
	background-color:hsla(0,0%,0%,0.50);
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 20px;
}
.link3{
	color:#0098ED;
	text-decoration-line:none
}

#section-3{
	background-color: #FFFFFF;
	display: flex;
	padding: 10px;
	justify-content: center;
	margin: 10px
}
.textbox-1{
	width: 80%;
	height: 200px;
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	text-align: center;
	margin-right: 10px;
	border-color: #8F9FC8;
	border-style: dashed;
	color: #4F6083;
}
.text-box2{
	width: 80%;
	height: 200px;
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	text-align: center;
	margin-left: 10px;
	border-color: #8F9FC8;
	border-style: dashed;
	color: #4F6083;
}

#end{
	list-style: none;
	text-align: center;
}

#end li{
	display: inline-block;
	padding: 15px;
	color: #FFFFFF
}

#footer{
	height: 70px;
	background-color: #8F9FC8;
}

.article-2{
	padding: 20px;
	display:block;
	width: 59%;
	margin: auto;
	align-content: center; 
}
.copyright{
	text-align: center;
	margin-top: -20px;
	color: #FFFFFF;
}












