.news{
padding:0px;
margin-left:auto;
margin-right:auto;
width:750px;
max-width:100%;
font-family: Raleway;
font-size:0.9em;
font-weight:100;
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:#80d5f4;
}

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

}


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


	
	.newsblock{
max-width:100%;

	}
}
