.newsblock{
padding:0px;
margin-left:auto;
margin-right:auto;
width:750px;
max-width:100%;
font-family: Raleway;
background-color:rgba(30, 30, 43, 0.89);
border-radius:20px;
box-shadow: 10px 15px 40px #36486b;
}

.newsblock:hover
{
	box-shadow:1px 1px 1px #4b1588;
}

/* unvisited link */
a.news:link {
	 color:#fff;
}

/* visited link */
a.news:visited {
	 color: #fff;
}

/* mouse over link */
a.news:hover
 {
	 color:#D47479;
}

/* selected link */
a.news:active {
	 color: #fff;

}
img{
width:400px;
max-width:100%;
margin:auto;

}

img:hover{
box-shadow: 2px 2px 1px #D47479;
}

@media screen and (min-width: 320px)and (max-width: 600px) {

	img{
		max-width:200px;
		margin:auto;
	}
	.newsblock{
max-width:100%;

	}
}
