*{
	padding: 0px;
	margin: 0px;
	font-family: "Mulish";
}
a{
	position: absolute;
	top: 20px;
	right: 20px;
	text-transform: capitalize;
	font-size: 30px;
	color: white;
	border: 2px solid white;
	padding: 10px 30px;	
	text-decoration: none;	
}
a:hover{
	background-color: gray;
}
body{
	background-color: lightgray;
}
/*=============wrap_top===================*/
.wrap{
	width: 100%;
	height: auto;
}
.wrap_top{
	width: 100%;
	height: auto;
	padding: 30px 0 30px 0;
	
}
.wrap_bottom{	
	width: 100%;
	height: auto;
}
.header{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.section{
	text-align: center;
	font-size: 20px;
	font-weight:400;
}
/*===============wrap_bottom===============*/
.top, .bottom{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
	height: auto;	
	margin-top: 20px;
}
.top_gallery, .bottom_gallery{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
img{
	width: 80%;
	height: auto;	
}
@media(max-width:900px){
	.top, .bottom{
		flex-direction: column;
	}
}
