body{
	background:#345FFF;
}
.container_all{
	position:absolute; top:0; left:0; right:0; bottom:0;
}.container_all_percent{
	width:100%; height:100%;
}
.container{
	
}
.title_section{
	color:white;
	text-align:center;
	font-size:40px;
	font-family:cursive;
}
.container_section{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	
	border-top:10px solid white;
	margin-top:10px;
	padding-top:10px;
}
.card{
	width:200px;
	height:380px;
	background:white;
	margin:20px;
	
}
.card_landscape{
	width:100%;
	height:380px;
	background:white;
	margin:20px;
	
}