﻿/*
    body{
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: gray; 
		background: none;
		}
*/