     
body{
	margin: 0px;
}
.container{
background-color:blueviolet;
height: 260px;
padding: 15px;
margin: 0 auto;
}
header{
	position: sticky;
top: 0;
}
nav{
   
    height: 260px;
	line-height: 150px;
	background-color: orangered;
	float: right;
	
}
li{
	display: inline-block;
	float: right;
	margin: 0px 30px
}
li a {
	text-decoration: none;
	font-size: 16 px;
	color: ;
	
	cursor: pointer;
}
li a:hover {
	text-decoration: none;
	font-size: 16 px;
	color: white;
		cursor: pointer;
}
.ggg a {
	border:1px;
border-radius: 15px;
background-color:black;
padding: 20px 20px 20px 20px;
}
.shapka  {
 text-align:center ;
 background-color: black;
 color: white;
 padding: 110px;	

}
.shapka h2{
	 margin: 0px;
}
.shapka h3{
	background-color: orangered;
	border-radius: 15px;
	padding: 20px 20px 20px 20px;
}
.CONTENT{
	padding: 10px;
	display: flex;
}
.main-content{
	width: 70%;
}
.sidebar{
	width: 30%;
}
.post{
	padding: 10px;
	
}
img{
	height: 200px;
}
.post{
	display: flex;
}