@charset "utf-8";

#header_flex{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin: auto;
	justify-content: center
	
}

header img {
	Width:400px;
	margin:auto;
}

.cname{
	text-align: end;
	margin-top: auto;
	margin-bottom: auto;
}

@media (max-width: 1160px){
	
header img {
	Width:300px;
	margin-left:auto;
	margin-right:auto;
}
	
#header_flex{
	justify-content: center
}

.header_tile {
	margin:auto;
	justify-content: center;
}

.cname{
	width:100%;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}


}