*{
	margin: 0;
	padding: 0;

}
header{
	background-color: #00CC99;
	border-bottom: 2px solid black;
	position: sticky;
	top: 0;
}
body{
	background: linear-gradient(270deg, #fda085, #f6d365);
    font-family: "Calibri", sans-serif;
    font-weight: 500;
    max-height: 2000px;
}
.add_header{
	background: #6666CC;
	border-bottom: 2px solid black;
	text-align: center;
}
a{
	text-decoration: none;
}
.slogan{
	font-family: sans;
	font-family: italic;
	font-size: 35px;
	color: black;
	margin: 50px 0;
}
.button{
background-color: black;
font-size: 20px;
width: 150px;
text-align: center;
padding: 15px;
margin: 0 auto;
color: white;
border-radius: 5px;
margin-bottom: 25px;
font-weight: 900;
}
.container{
	width: 100%;
	max-width: 1200px;
	padding: 8px;
	margin: 0 auto;
}
	.container::after{
  content: "";
    display: table;
    clear: both;
}
.logo{
	height: 150px;
	float: left;
}
nav{
	float: right;
}
nav li{
	display: inline-block;
	margin: 0 5px;
}
nav a{
	margin: 0 10px;
	color: black;
	line-height: 150px;
	font-size: 25px;
	
}
nav ul li:last-child{
	background: black;
	border-radius: 10px;
}
.login{
	color: white;
	font-weight: 900;
}
a:hover, .button:hover{
	color: white;
}
.articles{
	float: left;
	width: 65%;
	padding: 10px;
	border: 1px solid black;
}
.article{
	padding: 20px;
	margin: 10px 0;
	border: 1px solid black;
}
.article:after{
	content: "";
	display: table;
	clear: both;
}
.heading{
	font-size: 40px;

}
.desc{
	font-size: 20px;
	color: rgba(0,0,0,0.9)
}
.date{
	font-size: 15px;
	color: rgba(0,0,0,0.7);
	margin-top: 5px;
}
.article_text{
	float: left;
	width: 400px;
}
.article_img{
	height: 200px;
	width: 250px;
	float: right;
	background-color: rgba(0,0,0,0.0);
}
.sidebar{
	float: right;
	width: 30%;
	padding: 10px;
    border: 1px solid black;
    position: sticky;
}
.sidebar_video{
	float: right;

}
.obomne{
	width: 50%;
	height: 500px;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid black;
	background-color: #3333CC;
}