/* Add your own CSS code here */
html,body {
	/*
		background-color: #363636;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
	*/
}