

img{
	height: 200px;

}
.container{
	background-color: red;
	width: 99%;
	
	padding: 10px;
	margin: 0 auto;
}
nav{
	line-height: 80px;
	width: 1350px;
	background-color: #800000;
	float: right;
}
ul{
	width: 400px;
	margin-left: 1000px;

}
li {
	display: inline-block;
	margin: 0px 15px 0px 15px;

}
li a{
	text-decoration: none;
	font-size: 16px;
	color: white;

}
.kvadr{
	border: 1px;
	border-radius: 10px;
	background-color: black;
   
}
body{
	background-image: linear-gradient(to right,#FF4500  , #FF6347);

	margin:0;
}
*{
	padding:0px;
	margin:0px;
}
.shapca{
height: 150px;

background-color: black;
}
.sshapca{
background-color: red;
width: 100px;
margin-left: 750px;
border-radius: 10px;
}

.content{
display: flex;
width: 100%
}
.mine-content{
width: 70%;
border-radius: 1px;
}

.sitebar{
width: 30%;
}
.rt{
	text-decoration: none;
	color: black;
}
.zag{
	margin-left:250px;
}
.post1{
	padding: 10px;
	border:1px ;
}
.imgg{
	float:right;
	width: 200px;

}
.text1 {
width: 1000px;
}

.post1:after{
	display: table;
	content: "";
	clear: both;
}
.pp{
	float:left;
	width: 700px;

}
header{
	position: sticky;
	top: 0;
}

.zagimg{ 
height: 150px;
 }