body{
	background-color:grey;
	overflow-x: hidden;
}

.pbox{
	font-size:14px;
}

.card-word{
	color: black;
	font-weight: 900;
	font-size:18px;
}

.date-1{
	position:relative;
	left:280px;
	bottom:40px;
}

.container2{
	display: grid;
	grid-gap:3em;
	grid-template-columns:repeat(auto-fill, 400px 400px 400px);
}

.container3{
	display: grid;
	grid-gap:3em;
	grid-template-columns:repeat(auto-fill, 400px 400px 400px);

}

.container4{
	display: grid;
	grid-gap:3em;
	grid-template-columns:repeat(auto-fill, 400px 400px 400px);

}

/*.footer{
	text-align: center;
	background-color:#808080;
	width:100%;
	height:50px;
	color:#fff;
	overflow:hidden;
}*/
.blog-footer {
	position:relative;
	right:100px;
	left:70px;
	width: 300%;
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}


@media only screen and (max-width:600px){
	.grid{
			grid-template-columns:repeat(auto-fill, 400px 400px 400px);
		}
}



