#secondary .widget ul li {

    font-size:3rem; 
}
.entry-content img { 
		transition:all 1s; 
		border-radius:20px;
		border:5px solid pink;
		box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.entry-content img:hover { 
		transform: scale(1.2) rotate(-3deg);
				
}




/*maar nu voor kleinen schermen;*/ 
 @media only screen and (max-width: 600px)
{
.entry-content {
		font-size: 2rem; 
		color:black;
		background-color:lightgray;
		padding:30px;
				border-radius:20px;
}
}