@media only screen and (min-width:1025px) {
body{
	background-color: yellow;	
	font-size: 24px;
	text-align: center;
	padding: 10px;
}
p:after {
    content: " is greater than 1025.";
}

}