header{
	background: black ; }

	.add_header{
		background:teal;
		text-align: center;
		border-bottom: 1px solid white;
	}
	.slogan{
		font-size: 40px;
		font-style:italic;
		color:black;
		margin:50px 0;
     	}
    .button{
    	background:black;
    	font-size:20px;
    	width: 150px;
    	text-align: center;
    	padding: 15px;
    	margin: 0 auto;
    	color:white;
    	border-radius:10px;
    }
    a{
    	text-decoration:none;
    }


	.container{
		
		width: 100%;
		max-width: 1200px;
		padding: 8px;
		margin: 0 auto;
	}
	.container:after{
		content: "";
		display: table;
		clear:both;
	}
	.logo{
		height: 200px;
		float:left;
	}
	nav{
		float: right;
		
		
	}
	nav li{
		display: inline-block;
	}
	nav a{
		margin: 0 10px;
		text-decoration: none;
		line-height: 70px;
		font-size:25px;
		color: white;
	}
	a:hover{
		color:gray;
	}
	nav ul li:last-child{
		background:teal;
		border-radius :10px;
	}
	.logare{
		font-weight:900;
	}

	.articles{
		float:left;
		width: 65%;
		padding: 10px;
		

	}
	body{
		background: rgba(211,234,43)

	}
	.article{
		padding: 20px;
		margin: 10px 0;
		
	}
	.article:after{
		content:"";
		display: table;
		clear:both;
	}
 .article_text{
 	float: left;
 	width: 500px;
 	border:1px solid black;
 	

 }
 .heading{
 	font-size: 40px;
 }
 .article_description{
 	font-size:20px;
 	color:rgb(0,0,0);
 }
 .date{
 	font-size:15px;
 	margin-top:5px;
 }
 .article-img{
 	height: 150px;
 	width:150px;
 	float:right;

 }
  .image{
  height: 200px;
  width:220px;
  float:right;}




