Header(фон) отображается поверх logo_text(текст), как сделать наоборот?
0
</head>
<body>
	<div class="main">
		<div class="header">
			<div class="logo">
				<div class="logo_text">
					<h1><a href="/">Kinomonster</a></h1>
					<h2>Кино наша страсть</h2>
				</div>	
			</div>	
		</div>
	</div>
<style>
 .header{
	background-color: darkslateblue;
	height:117px;
	font-size: 0.8px;
	margin-left: 0px;
	margin-right: 0px;
	min-width: 900px;
}
</style>
		
		
</body>