*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
body{
	font-family: Impact;

}

header{
	background-color: black;
	border-bottom: 1px solid black;
	position: sticky;
	top: 0;
}
.add_header{
	background-color: black;
	border-bottom: 1px solid white;
	text-align: center;
}
.slogan{
	font-size: 20px;
	color: white;
	font-style: italic;
}
.button{
	background: white;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: 5px;
	color: black;
}
.container{
	
	width: 100%
	max-width: 1024px;
	padding: 7px;
	margin: 0 auto;
}
.container:after{
	content: "";
	display: table;
	clear: both;
}
.logo{
	height: 100px;
	float: left;
	
}
img{
	height: 200px;

	float: left;


}
nav{
	float: right;
	background-color: black;
}

nav li{
	display: inline-block;
	margin: 0 5px;
}
nav a{
	margin: 0 10px;
	font-size: 20px;
	color: white;
	line-height: normal;

}
a:hover{
	color: grey;

}
nav ul li:last-child{
	background: white;
	border-radius: 10px;
}
.login{
	color: black;
	font-weight: 5px;
}
.date{
	font-size: 12px;
	margin: 5px;
}
.article{
	float: left;
	width: 65%;
	padding: 10px;
	margin: 10px 0;
	
}
.heading{
	font-size: 20px;
}
.article:after{

	content:""
	border:1px solid black;
	clear: both;
}
.article_text{
	float: left;
	border:1px solid black;
	width: 500px;
}
.desc{
	font-size: 14px;

}

.sidebar{
	float: right;
	width: 35%;
	border: 1px solid black;
	padding: 10px;
}
.users{
	margin: 0 10px;
}