@charset "utf-8";

		  
article-footer {
	  display: flex;
	 margin-top: 20px;
	margin-left: 20px;
	 justify-content: space-between;
		  
	  }
	  
		  article-footer > div1 {
			  box-sizing: border-box;
			  width: 400px;
			  font-family: roboto;
			  font-weight: 400;
			  text-align: left;
			  margin-left: px;
			  padding-left: 0px;
			  padding-right: 20px;
			  color: white;
			  font-size: 12px;
		  }
		  article-footer > div2 {
			  box-sizing: border-box;
			  width: 100px;
			  text-align: center;
			  font-family: roboto;
			  font-weight: 300;
			  font-size: 12px;
			  font-weight: 1em;  
			  color: white;
			  
		  }
		  article-footer > div3 {
			  box-sizing: border-box;
			  text-align: right;
			  width: 250px;
			  color: white;
			  font-family: roboto;
			  font-weight: 300;
			  font-size: 12px;
			  margin-left: 0px;
			  margin-right: 15px;
			  
		  }




.article-content {
	  display: flex;
	 margin-top: 120px;
	margin-left: 20px;
	 justify-content: center;
		  
	  }
	  
		  .article-content > div {
			  box-sizing: border-box;
			  width: 80%;
			  flex; 1; 
			  font-family: roboto;
			  font-weight: 400;
			  text-align: left;
			  margin-left: 20px;
			  padding-left: 0px;
			  padding-right: 20px;
			   color: darkgray;
			  font-size: 16px;
			  
		  }