/*

Theme Name: InterviewZilla

Author: Neha Chauhan

Description: A brief description of InterviewZilla.

Version: 1.0

*/

body {
	background: white;
	color: black;
}

@media screen and (max-width: 768px) {
	/* CSS for screens that are 768 pixels or less */
	/* .bloglists {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	} */
	
}