@import url("index.css");
ul li {
 list-style-type: none;
 font-weight: bold;
 color: gray;
}

img {
 filter: Gray();
}
