a img:hover {
	opacity:0.6;
}



/*
.scroll {
	overflow:scroll;
	height: 750px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: blue;
}


*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  background-color: #b9bdba;
  border-radius: 20px;
}
*/