.html-img {
  width: 120px;
  opacity: 0.5;

}

.html-img:hover {
  opacity: 1;
  
}

.html-img:transition {
  opacity: 0.8s;
}

.pgs-logo {
  margin-left: auto;
  margin-right: auto;
  width: 65px;
  border-radius: 22px;
  display: block;
  


}